summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-13 11:12:32 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-13 11:23:07 +0100
commit7a469655ef7bcf78b6e9ab06be19dfa10807df26 (patch)
tree521405b0571d4396b918b9fb03fa702136cf6361
parent748b15811a2df06d27fff0536f6beff44e0f687c (diff)
Use the Telepathy0 namespace, this isn't Telepathy1 (yet)untested-otr
-rw-r--r--src/Channel_Interface_OTR1.xml2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Channel_Interface_OTR1.xml b/src/Channel_Interface_OTR1.xml
index fb1c74797..02e5eb940 100644
--- a/src/Channel_Interface_OTR1.xml
+++ b/src/Channel_Interface_OTR1.xml
@@ -18,7 +18,7 @@
USA.</p>
</tp:license>
- <interface name="im.telepathy.v1.Channel.Interface.OTR1"
+ <interface name="org.freedesktop.Telepathy.Channel.Interface.OTR1"
tp:causes-havoc="experimental">
<tp:added version="Gabble 0.UNRELEASED">(Gabble-specific)</tp:added>
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
diff --git a/src/Makefile.am b/src/Makefile.am
index 9853e25bf..b67ed24f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -190,7 +190,7 @@ _gdbus/%.h: _gdbus/%-stamp
@:
_gdbus/%-stamp: %.xml Makefile
$(MKDIR_P) _gdbus
- gdbus-codegen --interface-prefix im.telepathy.v1. \
+ gdbus-codegen --interface-prefix org.freedesktop.Telepathy. \
--generate-c-code _gdbus/$* \
--c-namespace GabbleGDBus \
$<