summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/all.xml2
-rw-r--r--extensions/channel.xml2
-rw-r--r--rakia/debug.c2
-rw-r--r--rakia/debug.h2
-rw-r--r--rakia/sofia-decls.h2
-rw-r--r--rakia/util.c2
-rw-r--r--rakia/util.h2
-rw-r--r--tests/twisted/cm/protocol.py2
-rw-r--r--tests/twisted/sofiatest.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/extensions/all.xml b/extensions/all.xml
index 0cd4295..ae95c1e 100644
--- a/extensions/all.xml
+++ b/extensions/all.xml
@@ -2,7 +2,7 @@
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
xmlns:xi="http://www.w3.org/2001/XInclude">
-<tp:title>Extensions for telepathy-sofiasip</tp:title>
+<tp:title>Extensions for telepathy-rakia</tp:title>
<xi:include href="channel.xml"/>
diff --git a/extensions/channel.xml b/extensions/channel.xml
index 2b8dbac..7facf29 100644
--- a/extensions/channel.xml
+++ b/extensions/channel.xml
@@ -2,6 +2,6 @@
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
xmlns:xi="http://www.w3.org/2001/XInclude">
-<tp:title>Channel extensions for telepathy-sofiasip</tp:title>
+<tp:title>Channel extensions for telepathy-rakia</tp:title>
</tp:spec>
diff --git a/rakia/debug.c b/rakia/debug.c
index 9f2ebf1..575d37d 100644
--- a/rakia/debug.c
+++ b/rakia/debug.c
@@ -1,5 +1,5 @@
/*
- * debug.h - Debug helpers for Telepathy-SofiaSIP, implementation
+ * debug.h - Debug helpers for Telepathy-Rakia, implementation
* Copyright (C) 2007-2008 Nokia Corporation
*
* This work is free software; you can redistribute it and/or
diff --git a/rakia/debug.h b/rakia/debug.h
index 7548d1d..e3ff1b3 100644
--- a/rakia/debug.h
+++ b/rakia/debug.h
@@ -1,5 +1,5 @@
/*
- * debug.h - Debug helpers for Telepathy-SofiaSIP, headers
+ * debug.h - Debug helpers for Telepathy-Rakia, headers
* Copyright (C) 2007-2008 Nokia Corporation
*
* This work is free software; you can redistribute it and/or
diff --git a/rakia/sofia-decls.h b/rakia/sofia-decls.h
index 565d798..4442372 100644
--- a/rakia/sofia-decls.h
+++ b/rakia/sofia-decls.h
@@ -25,7 +25,7 @@
* RakiaConnection is used as the context pointer.
* See {top}/docs/design.txt for further information.
*
- * Each NUA handle managed by Telepathy-SofiaSIP is bound to an object
+ * Each NUA handle managed by Telepathy-Rakia is bound to an object
* implementing RakiaEventTarget. The managed NUA handle survives at
* least as long as the bound object. When the object is destroyed,
* the handle is bound to a special end-of-life event handler object.
diff --git a/rakia/util.c b/rakia/util.c
index 2857808..025d559 100644
--- a/rakia/util.c
+++ b/rakia/util.c
@@ -1,5 +1,5 @@
/*
- * util.c - implementation of Telepathy-SofiaSIP utilities
+ * util.c - implementation of Telepathy-Rakia utilities
* Copyright (C) 2009, 2010 Nokia Corporation
* @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
*
diff --git a/rakia/util.h b/rakia/util.h
index 81dc123..8d1ce0d 100644
--- a/rakia/util.h
+++ b/rakia/util.h
@@ -1,5 +1,5 @@
/*
- * util.h - declarations for Telepathy-SofiaSIP utilities
+ * util.h - declarations for Telepathy-Rakia utilities
* Copyright (C) 2009 Nokia Corporation
* @author Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
*
diff --git a/tests/twisted/cm/protocol.py b/tests/twisted/cm/protocol.py
index 6827493..cc6a42e 100644
--- a/tests/twisted/cm/protocol.py
+++ b/tests/twisted/cm/protocol.py
@@ -1,5 +1,5 @@
"""
-Test sofiasip's o.fd.T.Protocol implementation
+Test Rakia's o.fd.T.Protocol implementation
"""
import dbus
diff --git a/tests/twisted/sofiatest.py b/tests/twisted/sofiatest.py
index 23142b9..2dec912 100644
--- a/tests/twisted/sofiatest.py
+++ b/tests/twisted/sofiatest.py
@@ -1,5 +1,5 @@
"""
-SofiaSIP testing framework
+Telepathy-Rakia testing framework
"""
import servicetest