diff options
Diffstat (limited to 'tests/twisted/ns.py')
-rw-r--r-- | tests/twisted/ns.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py index 8982d2873..8d7bfeab7 100644 --- a/tests/twisted/ns.py +++ b/tests/twisted/ns.py @@ -44,8 +44,10 @@ 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" +PUBSUB_EVENT = "%s#event" % PUBSUB REGISTER = "jabber:iq:register" ROSTER = "jabber:iq:roster" +SEARCH = 'jabber:iq:search' SI = 'http://jabber.org/protocol/si' SI_MULTIPLE = 'http://telepathy.freedesktop.org/xmpp/si-multiple' STANZA = "urn:ietf:params:xml:ns:xmpp-stanzas" |