summaryrefslogtreecommitdiff
path: root/tests/twisted/ns.py
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-05-01 19:42:24 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-05-21 12:04:16 +0100
commitaa54d576789e22815289c311ee78a7f5dc45dd37 (patch)
tree305330383e7c35f15b27bd3314310d0f1d4e6488 /tests/twisted/ns.py
parentbbbe7f862020dae0f899dc4cdef221c1991e663f (diff)
Define 'jabber:iq:roster' in ns.py
Diffstat (limited to 'tests/twisted/ns.py')
-rw-r--r--tests/twisted/ns.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index 96552474b..9171e7e8a 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -30,6 +30,7 @@ OLPC_CURRENT_ACTIVITY = "http://laptop.org/xmpp/current-activity"
OLPC_CURRENT_ACTIVITY_NOTIFY = "%s+notify" % OLPC_CURRENT_ACTIVITY
PUBSUB = "http://jabber.org/protocol/pubsub"
REGISTER = "jabber:iq:register"
+ROSTER = "jabber:iq:roster"
SI = 'http://jabber.org/protocol/si'
SI_MULTIPLE = 'http://telepathy.freedesktop.org/xmpp/si-multiple'
STANZA = "urn:ietf:params:xml:ns:xmpp-stanzas"