summaryrefslogtreecommitdiff
path: root/tests/twisted/ns.py
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2010-04-02 17:42:04 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2010-04-12 15:10:28 -0400
commitefd636f67475e3e8da7968b73bf59fa73f62fa9a (patch)
treefe625c653f42f05fe5c4e277c2dfd2f0d79e97f6 /tests/twisted/ns.py
parent061209f94946a50a283a9df3a495132488bdc6be (diff)
Fix the namespace for google share-v1 in the unit tests too
Diffstat (limited to 'tests/twisted/ns.py')
-rw-r--r--tests/twisted/ns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/ns.py b/tests/twisted/ns.py
index 090c1584b..b1ce31b2f 100644
--- a/tests/twisted/ns.py
+++ b/tests/twisted/ns.py
@@ -8,7 +8,7 @@ FEATURE_NEG = 'http://jabber.org/protocol/feature-neg'
FILE_TRANSFER = 'http://jabber.org/protocol/si/profile/file-transfer'
GEOLOC = 'http://jabber.org/protocol/geoloc'
GOOGLE_FEAT_SESSION = 'http://www.google.com/xmpp/protocol/session'
-GOOGLE_FEAT_SHARE = 'http://www.google.com/xmpp/protocol/share/v1'
+GOOGLE_FEAT_SHARE = 'http://google.com/xmpp/protocol/share/v1'
GOOGLE_FEAT_VOICE = 'http://www.google.com/xmpp/protocol/voice/v1'
GOOGLE_FEAT_VIDEO = 'http://www.google.com/xmpp/protocol/video/v1'
GOOGLE_JINGLE_INFO = 'google:jingleinfo'