[telepathy-salut/master] import ns.py from Gabble

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Apr 1 04:10:36 PDT 2009


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

diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
new file mode 100644
index 0000000..e0d0aa0
--- /dev/null
+++ b/tests/twisted/ns.py
@@ -0,0 +1,18 @@
+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
+OLPC_ACTIVITY = "http://laptop.org/xmpp/activity"
+OLPC_ACTIVITY_PROPS = "http://laptop.org/xmpp/activity-properties"
+OLPC_ACTIVITY_PROPS_NOTIFY = "%s+notify" % OLPC_ACTIVITY_PROPS
+OLPC_BUDDY = "http://laptop.org/xmpp/buddy"
+OLPC_BUDDY_PROPS = "http://laptop.org/xmpp/buddy-properties"
+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"
+STANZA = "urn:ietf:params:xml:ns:xmpp-stanzas"
-- 
1.5.6.5




More information about the telepathy-commits mailing list