[Telepathy-commits] [telepathy-gabble/master] ns.py: add CAPS, GOOGLE_P2P, JINGLE, JINGLE_AUDIO, TUBES
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Jan 27 03:59:17 PST 2009
---
tests/twisted/ns.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index 31602dc..6c9c69f 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -1,7 +1,11 @@
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"
+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_OWNER = '%s#owner' % MUC
MUC_USER = '%s#user' % MUC
--
1.5.6.5
More information about the Telepathy-commits
mailing list