diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-14 14:00:18 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-02-14 14:00:18 +0000 |
commit | 6fc39446921e778c7cf2d1df68d42e3fe8d0234c (patch) | |
tree | b9be2010fd825a05ecc72eaad5b47555d400661a /tests/twisted/ns.py | |
parent | a97255f9c10dc882457288dab918db262e0a9ff0 (diff) |
Add a test for jabber:iq:version
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 758d00bdf..66d2ecb55 100644 --- a/tests/twisted/ns.py +++ b/tests/twisted/ns.py @@ -74,3 +74,4 @@ PRESENCE_INVISIBLE = 'presence-invisible' PRIVACY = 'jabber:iq:privacy' INVISIBLE = 'urn:xmpp:invisible:0' GOOGLE_SHARED_STATUS = 'google:shared-status' +VERSION = 'jabber:iq:version' |