summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2011-09-08 13:43:43 +0200
committerRob Staudinger <robsta@linux.intel.com>2011-09-08 13:43:43 +0200
commit51c2d872e072a68a5a54d6f5ddaa268c029d3b80 (patch)
tree142f5f0f24eaf7d0d515ce3d51ffd463c811c5af
parent673da7fd60623169033998cbfea6f050fd391a3d (diff)
Adjust namespaces so they start with org.freedesktop
Signed-off-by: Rob Staudinger <robsta@linux.intel.com>
-rw-r--r--spec/Account_Manager.xml4
-rw-r--r--spec/Channel.xml2
-rw-r--r--spec/Status.xml2
-rw-r--r--spec/errors.xml2
-rw-r--r--telepathy-ytstenut-glib/account-manager.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/spec/Account_Manager.xml b/spec/Account_Manager.xml
index 3811147..0e993ea 100644
--- a/spec/Account_Manager.xml
+++ b/spec/Account_Manager.xml
@@ -16,7 +16,7 @@ Lesser General Public License for more details.</p>
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
</tp:license>
- <interface name="com.meego.xpmn.ytstenut.AccountManager">
+ <interface name="org.freedesktop.ytstenut.xpmn.AccountManager">
<property name="Account" access="read" tp:name-for-bindings="Account"
type="o" tp:immutable='yes'>
@@ -43,7 +43,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
<tp:docstring xmlns="http://www.w3.org/1999/xhtml">
<p>This interface is provided by the account manager at the path
- <tt>/com/meego/xpmn/ytstenut/AccountManager</tt>.</p>
+ <tt>/org/freedesktop/ytstenut/xpmn/AccountManager</tt>.</p>
<p>This account manager interface is used to discover the
ytstenut account. This account is created automatically and
diff --git a/spec/Channel.xml b/spec/Channel.xml
index 45947fb..5bb9241 100644
--- a/spec/Channel.xml
+++ b/spec/Channel.xml
@@ -16,7 +16,7 @@ Lesser General Public License for more details.</p>
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
</tp:license>
- <interface name="com.meego.xpmn.ytstenut.Channel">
+ <interface name="org.freedesktop.ytstenut.xpmn.Channel">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
<tp:simple-type name="Message_Body" type="s" array-name="Message_Body">
diff --git a/spec/Status.xml b/spec/Status.xml
index ca7d9fd..0abc35b 100644
--- a/spec/Status.xml
+++ b/spec/Status.xml
@@ -16,7 +16,7 @@ Lesser General Public License for more details.</p>
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
</tp:license>
- <interface name="com.meego.xpmn.ytstenut.Status">
+ <interface name="org.freedesktop.ytstenut.xpmn.Status">
<tp:mapping name="Contact_Capability_Map">
<tp:member type="s" name="Contact_Id">
diff --git a/spec/errors.xml b/spec/errors.xml
index 6397585..7b60cc6 100644
--- a/spec/errors.xml
+++ b/spec/errors.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
-<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" namespace="com.meego.xpmn.ytstenut.Error">
+<tp:errors xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" namespace="org.freedesktop.ytstenut.xpmn.Error">
<tp:copyright>Copyright © 2011 Intel Corp.</tp:copyright>
<tp:license xmlns="http://www.w3.org/1999/xhtml">
<p>This library is free software; you can redistribute it and/or
diff --git a/telepathy-ytstenut-glib/account-manager.h b/telepathy-ytstenut-glib/account-manager.h
index ec43bc8..f591819 100644
--- a/telepathy-ytstenut-glib/account-manager.h
+++ b/telepathy-ytstenut-glib/account-manager.h
@@ -29,7 +29,7 @@
G_BEGIN_DECLS
#define TP_YTS_ACCOUNT_MANAGER_OBJECT_PATH \
- "/com/meego/xpmn/ytstenut/AccountManager"
+ "/org/freedesktop/ytstenut/xpmn/AccountManager"
typedef struct _TpYtsAccountManager TpYtsAccountManager;
typedef struct _TpYtsAccountManagerClass TpYtsAccountManagerClass;