diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-01-06 18:27:56 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-01-11 14:36:16 +0000 |
commit | 943d8e93f311587b1da9758cc0430ae1dcc64935 (patch) | |
tree | b27dfbec31c928330e5af75af560f5a63b357db7 /tests/twisted/ns.py | |
parent | 14d1cd412220e9d906b67a02862ed8020823108f (diff) |
presence/decloak.py: regression test for de-cloaking (or not)
Diffstat (limited to 'tests/twisted/ns.py')
-rw-r--r-- | tests/twisted/ns.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py index f88ba8119..303fd8ec3 100644 --- a/tests/twisted/ns.py +++ b/tests/twisted/ns.py @@ -2,6 +2,7 @@ AMP = "http://jabber.org/protocol/amp" BYTESTREAMS = 'http://jabber.org/protocol/bytestreams' CHAT_STATES = 'http://jabber.org/protocol/chatstates' CAPS = "http://jabber.org/protocol/caps" +DECLOAK = "http://telepathy.freedesktop.org/xmpp/protocol/decloak" DISCO_INFO = "http://jabber.org/protocol/disco#info" DISCO_ITEMS = "http://jabber.org/protocol/disco#items" FEATURE_NEG = 'http://jabber.org/protocol/feature-neg' |