summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-05 15:49:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-11 19:01:54 +0000
commit5417ea46099776b1b6c77c59f42b0fe85a1a5e74 (patch)
treeb6c068d02d961d89311c2ad1f5e5590cbcd0617b /examples
parent98f46d75ff6d8db8c6b2f5d7472f6ddbcb6c9a36 (diff)
Replace im.telepathy1 with im.telepathy.v1
This also fixes a few uses of im.telepathy1 in object paths in Logger code, which was presumably a misuse of sed. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71262 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r--examples/cm/call/example_call.manager18
-rw-r--r--examples/cm/contactlist/example_contact_list.manager14
2 files changed, 16 insertions, 16 deletions
diff --git a/examples/cm/call/example_call.manager b/examples/cm/call/example_call.manager
index e1acc0e95..e5c00002f 100644
--- a/examples/cm/call/example_call.manager
+++ b/examples/cm/call/example_call.manager
@@ -3,7 +3,7 @@ Interfaces=
[Protocol example]
Interfaces=
-ConnectionInterfaces=im.telepathy1.Connection.Interface.Requests;im.telepathy1.Connection.Interface.Contacts;im.telepathy1.Connection.Interface.Presence;
+ConnectionInterfaces=im.telepathy.v1.Connection.Interface.Requests;im.telepathy.v1.Connection.Interface.Contacts;im.telepathy.v1.Connection.Interface.Presence;
param-account=s required register
param-simulation-delay=u
default-simulation-delay=1000
@@ -13,13 +13,13 @@ EnglishName=Example with Call channels
Icon=face-smile
[audio]
-im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.Call1
-im.telepathy1.Channel.TargetHandleType u=1
-im.telepathy1.Channel.Type.Call1.InitialAudio b=1
-allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;im.telepathy1.Channel.Type.Call1.InitialVideo;
+im.telepathy.v1.Channel.ChannelType s=im.telepathy.v1.Channel.Type.Call1
+im.telepathy.v1.Channel.TargetHandleType u=1
+im.telepathy.v1.Channel.Type.Call1.InitialAudio b=1
+allowed=im.telepathy.v1.Channel.TargetHandle;im.telepathy.v1.Channel.TargetID;im.telepathy.v1.Channel.Type.Call1.InitialVideo;
[video]
-im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.Call1
-im.telepathy1.Channel.TargetHandleType u=1
-im.telepathy1.Channel.Type.Call1.InitialVideo b=1
-allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;im.telepathy1.Channel.Type.Call1.InitialAudio;
+im.telepathy.v1.Channel.ChannelType s=im.telepathy.v1.Channel.Type.Call1
+im.telepathy.v1.Channel.TargetHandleType u=1
+im.telepathy.v1.Channel.Type.Call1.InitialVideo b=1
+allowed=im.telepathy.v1.Channel.TargetHandle;im.telepathy.v1.Channel.TargetID;im.telepathy.v1.Channel.Type.Call1.InitialAudio;
diff --git a/examples/cm/contactlist/example_contact_list.manager b/examples/cm/contactlist/example_contact_list.manager
index e5216af59..121fc37d9 100644
--- a/examples/cm/contactlist/example_contact_list.manager
+++ b/examples/cm/contactlist/example_contact_list.manager
@@ -3,7 +3,7 @@ Interfaces=
[Protocol example]
Interfaces=
-ConnectionInterfaces=im.telepathy1.Connection.Interface.Requests;im.telepathy1.Connection.Interface.Contacts;im.telepathy1.Connection.Interface.Presence;
+ConnectionInterfaces=im.telepathy.v1.Connection.Interface.Requests;im.telepathy.v1.Connection.Interface.Contacts;im.telepathy.v1.Connection.Interface.Presence;
param-account=s required register
param-simulation-delay=u
default-simulation-delay=1000
@@ -13,11 +13,11 @@ EnglishName=Example with a contact list
Icon=face-smile
[contactlist]
-im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.ContactList
-im.telepathy1.Channel.TargetHandleType u=3
-allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;
+im.telepathy.v1.Channel.ChannelType s=im.telepathy.v1.Channel.Type.ContactList
+im.telepathy.v1.Channel.TargetHandleType u=3
+allowed=im.telepathy.v1.Channel.TargetHandle;im.telepathy.v1.Channel.TargetID;
[contactgroup]
-im.telepathy1.Channel.ChannelType s=im.telepathy1.Channel.Type.ContactList
-im.telepathy1.Channel.TargetHandleType u=4
-allowed=im.telepathy1.Channel.TargetHandle;im.telepathy1.Channel.TargetID;
+im.telepathy.v1.Channel.ChannelType s=im.telepathy.v1.Channel.Type.ContactList
+im.telepathy.v1.Channel.TargetHandleType u=4
+allowed=im.telepathy.v1.Channel.TargetHandle;im.telepathy.v1.Channel.TargetID;