[Telepathy-commits] [telepathy-gabble/master] add namespace for MUC owner to ns.py

Dafydd Harries daf at rhydd.org
Tue Oct 28 06:47:43 PDT 2008


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

diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index b00b420..e0d0aa0 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -2,6 +2,7 @@ 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_OWNER = '%s#owner' % MUC
 MUC_USER = '%s#user' % MUC
 OLPC_ACTIVITIES = "http://laptop.org/xmpp/activities"
 OLPC_ACTIVITIES_NOTIFY = "%s+notify" % OLPC_ACTIVITIES
-- 
1.5.6.5




More information about the Telepathy-commits mailing list