[Telepathy-commits] [telepathy-gabble/master] ns.py: add IBB, IS and tubes NS

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 26 07:50:00 PST 2009


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

diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index e0d0aa0..31602dc 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -1,6 +1,7 @@
 AMP = "http://jabber.org/protocol/amp"
 DISCO_INFO = "http://jabber.org/protocol/disco#info"
 DISCO_ITEMS = "http://jabber.org/protocol/disco#items"
+IBB = 'http://jabber.org/protocol/ibb'
 MUC = 'http://jabber.org/protocol/muc'
 MUC_OWNER = '%s#owner' % MUC
 MUC_USER = '%s#user' % MUC
@@ -15,4 +16,6 @@ OLPC_BUDDY_PROPS_NOTIFY = "%s+notify" % OLPC_BUDDY_PROPS
 OLPC_CURRENT_ACTIVITY = "http://laptop.org/xmpp/current-activity"
 OLPC_CURRENT_ACTIVITY_NOTIFY = "%s+notify" % OLPC_CURRENT_ACTIVITY
 PUBSUB = "http://jabber.org/protocol/pubsub"
+SI = 'http://jabber.org/protocol/si'
 STANZA = "urn:ietf:params:xml:ns:xmpp-stanzas"
+TUBES = 'http://telepathy.freedesktop.org/xmpp/tubes'
-- 
1.5.6.5




More information about the Telepathy-commits mailing list