Mercurial > pidgin.yaz
changeset 25923:a73791d35fcc
Marcus' eagle eyes noticed 'xmpp:urn:time', which is bogus.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 03 Feb 2009 16:00:40 +0000 |
parents | b5c82724598c |
children | b5052c66701c |
files | libpurple/protocols/jabber/disco.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c Tue Feb 03 05:39:47 2009 +0000 +++ b/libpurple/protocols/jabber/disco.c Tue Feb 03 16:00:40 2009 +0000 @@ -126,7 +126,7 @@ 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")