summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-02-03 16:00:40 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-02-03 16:00:40 +0000
commitcedf5037ca852a2c66f9b324354b46af076231c5 (patch)
tree45859cc68a94fdf75477019589f9f8918269709f
parentc82ce9b9531d778f5c76ea0e99673a3fa39440ac (diff)
downloadpidgin-cedf5037ca852a2c66f9b324354b46af076231c5.tar.gz
Marcus' eagle eyes noticed 'xmpp:urn:time', which is bogus.
-rw-r--r--libpurple/protocols/jabber/disco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/jabber/disco.c b/libpurple/protocols/jabber/disco.c
index 71f87cffa6..f76772a730 100644
--- a/libpurple/protocols/jabber/disco.c
+++ b/libpurple/protocols/jabber/disco.c
@@ -126,7 +126,7 @@ void jabber_disco_info_parse(JabberStream *js, xmlnode *packet) {
SUPPORT_FEATURE("jabber:iq:last")
SUPPORT_FEATURE("jabber:iq:oob")
SUPPORT_FEATURE("jabber:iq:time")
- SUPPORT_FEATURE("xmpp:urn:time")
+ SUPPORT_FEATURE("urn:xmpp:time")
SUPPORT_FEATURE("jabber:iq:version")
SUPPORT_FEATURE("jabber:x:conference")
SUPPORT_FEATURE("http://jabber.org/protocol/bytestreams")