[Telepathy-commits] [telepathy-gabble/master] ns.py: add tube related NS

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Feb 3 03:36:17 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 6c9c69f..97c81fc 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -2,11 +2,13 @@ AMP = "http://jabber.org/protocol/amp"
 CAPS = "http://jabber.org/protocol/caps"
 DISCO_INFO = "http://jabber.org/protocol/disco#info"
 DISCO_ITEMS = "http://jabber.org/protocol/disco#items"
+FEATURE_NEG = 'http://jabber.org/protocol/feature-neg'
 GOOGLE_P2P = "http://www.google.com/transport/p2p"
 IBB = 'http://jabber.org/protocol/ibb'
 JINGLE = "http://jabber.org/protocol/jingle"
 JINGLE_AUDIO = "http://jabber.org/protocol/jingle/description/audio"
 MUC = 'http://jabber.org/protocol/muc'
+MUC_BYTESTREAM = 'http://telepathy.freedesktop.org/xmpp/protocol/muc-bytestream'
 MUC_OWNER = '%s#owner' % MUC
 MUC_USER = '%s#user' % MUC
 OLPC_ACTIVITIES = "http://laptop.org/xmpp/activities"
@@ -23,3 +25,4 @@ 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'
+X_DATA = 'jabber:x:data'
-- 
1.5.6.5




More information about the telepathy-commits mailing list