[telepathy-gabble/master] Change Jingle error namespace to current draft.

Will Thompson will.thompson at collabora.co.uk
Thu Jun 25 04:56:17 PDT 2009


While this will mean that we no longer send errors in the old namespace
even when using the draft v0.15 dialect, this doesn't matter in
practice: Gabble doesn't actually do anything differently based on the
errors it receives.
---
 src/namespaces.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/namespaces.h b/src/namespaces.h
index e7da490..2f8b292 100644
--- a/src/namespaces.h
+++ b/src/namespaces.h
@@ -51,10 +51,10 @@
 /* RTP video capability in Jingle v0.15 (obsoleted by NS_JINGLE_RTP) */
 #define NS_JINGLE_DESCRIPTION_VIDEO \
   "http://jabber.org/protocol/jingle/description/video"
-#define NS_JINGLE_ERRORS            "http://jabber.org/protocol/jingle#errors"
 
 /* XEP-0166 draft v0.32 (last call) */
 #define NS_JINGLE032            "urn:xmpp:jingle:0"
+#define NS_JINGLE_ERRORS        "urn:xmpp:jingle:errors:1"
 
 /* XEP-0167 (Jingle RTP) */
 #define NS_JINGLE_RTP           "urn:xmpp:jingle:apps:rtp:0"
-- 
1.5.6.5




More information about the telepathy-commits mailing list