diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-03-16 14:38:13 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-03-23 18:17:37 +0000 |
commit | b034fdbf686214ec4a9d3fc46d97b6887c512c21 (patch) | |
tree | b1207ec2809a0a1c37efeb357a501d7fe0c5626f /tests/twisted/ns.py | |
parent | 0f2db3fe308201e72e81d1b6236a0c1db59ef022 (diff) |
Port test-save-alias-to-vcard.py to newer test api
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 143aa1c70..2b2dc6d32 100644 --- a/tests/twisted/ns.py +++ b/tests/twisted/ns.py @@ -30,4 +30,5 @@ SI = 'http://jabber.org/protocol/si' SI_MULTIPLE = 'http://telepathy.freedesktop.org/xmpp/si-multiple' STANZA = "urn:ietf:params:xml:ns:xmpp-stanzas" TUBES = 'http://telepathy.freedesktop.org/xmpp/tubes' +VCARD_TEMP = 'vcard-temp' X_DATA = 'jabber:x:data' |