[Telepathy-commits] [telepathy-gabble/master] add MUC and MUC_USER to ns.py

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Oct 20 05:16:32 PDT 2008


---
 tests/twisted/ns.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index f97c6c9..b00b420 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -1,6 +1,8 @@
 AMP = "http://jabber.org/protocol/amp"
 DISCO_INFO = "http://jabber.org/protocol/disco#info"
 DISCO_ITEMS = "http://jabber.org/protocol/disco#items"
+MUC = 'http://jabber.org/protocol/muc'
+MUC_USER = '%s#user' % MUC
 OLPC_ACTIVITIES = "http://laptop.org/xmpp/activities"
 OLPC_ACTIVITIES_NOTIFY = "%s+notify" % OLPC_ACTIVITIES
 OLPC_ACTIVITY = "http://laptop.org/xmpp/activity"
-- 
1.5.6.5




More information about the Telepathy-commits mailing list