[Telepathy-commits] [telepathy-gabble/master] ns.py: add STANZA and OLPC +notify ns

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Oct 20 03:43:07 PDT 2008


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

diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index 980d50f..f97c6c9 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -2,9 +2,14 @@ AMP = "http://jabber.org/protocol/amp"
 DISCO_INFO = "http://jabber.org/protocol/disco#info"
 DISCO_ITEMS = "http://jabber.org/protocol/disco#items"
 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