libpurple/protocols/bonjour/xmpp.c

branch
bonjour-rename-xmpp
changeset 40081
d45730609bcc
parent 40080
a58c06469198
child 40082
b8e9a7b626d4
--- a/libpurple/protocols/bonjour/xmpp.c	Thu Oct 24 22:28:48 2019 -0400
+++ b/libpurple/protocols/bonjour/xmpp.c	Thu Oct 24 22:46:46 2019 -0400
@@ -62,7 +62,7 @@
 #define STREAM_END "</stream:stream>"
 /* TODO: specify version='1.0' and send stream features */
 #define DOCTYPE "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n" \
-		"<stream:stream xmlns=\"xmpp:client\" xmlns:stream=\"http://etherx.xmpp.org/streams\" from=\"%s\" to=\"%s\">"
+		"<stream:stream xmlns=\"xmpp:client\" xmlns:stream=\"http://etherx.jabber.org/streams\" from=\"%s\" to=\"%s\">"
 
 enum sent_stream_start_types {
 	NOT_SENT       = 0,

mercurial