diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-10-31 13:29:07 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-10-31 13:29:07 +0000 |
commit | 56086a17c480737973cc28e6c82b7b98d8eb9f6e (patch) | |
tree | 65769fd3c7d98e098aa3c8af0868872079991f78 /tests/twisted/ns.py | |
parent | 7560587e9a14e13b1cb6f1ce2b0c5451bfc67c65 (diff) |
namespaces: change FT metadata namespace
"and… im: is not a URI scheme. http://telepathy.im/..."
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/twisted/ns.py')
-rw-r--r-- | tests/twisted/ns.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py index 16fdc3464..380750185 100644 --- a/tests/twisted/ns.py +++ b/tests/twisted/ns.py @@ -77,5 +77,5 @@ PRIVACY = 'jabber:iq:privacy' INVISIBLE = 'urn:xmpp:invisible:0' GOOGLE_SHARED_STATUS = 'google:shared-status' VERSION = 'jabber:iq:version' -TP_FT_METADATA_SERVICE = 'im:telepathy:file-transfer:service' -TP_FT_METADATA = 'im:telepathy:file-transfer:metadata' +TP_FT_METADATA_SERVICE = 'http://telepathy.im/file-transfer/service' +TP_FT_METADATA = 'http://telepathy.im/file-transfer/metadata' |