Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <cassidy@cass-wks.(none)>2007-08-28 18:38:05 (GMT)
committer Guillaume Desmottes <cassidy@cass-wks.(none)>2007-08-28 18:38:05 (GMT)
commit3fa97df4214cda1daa2a343da40ea9b523d4f89c (patch)
tree90f60ac54ee1822da445d38ae0a74b5d7af6d462
parent1a3c35db9e50471fe23187d429398b327375acc3 (diff)
Update LinkLocal plugin's protocol to "local-xmpp"
-rw-r--r--NEWS2
-rw-r--r--src/linklocal_plugin.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9fc95d3..cef40c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* Update LinkLocal plugin's protocol to "local-xmpp"
+
Snapshot 970ca27db7
* Make buddy-left async (morgs)
diff --git a/src/linklocal_plugin.py b/src/linklocal_plugin.py
index 10924e1..4a6fdb1 100644
--- a/src/linklocal_plugin.py
+++ b/src/linklocal_plugin.py
@@ -51,7 +51,7 @@ class LinkLocalPlugin(TelepathyPlugin):
"""
_TP_CONN_MANAGER = 'salut'
- _PROTOCOL = 'salut'
+ _PROTOCOL = 'local-xmpp'
_OBJ_PATH_PREFIX = "/org/freedesktop/Telepathy/Connection/salut/salut/"
def __init__(self, registry, owner):