# HG changeset patch # User Paul Aurich # Date 1233676840 0 # Node ID a73791d35fcc7b475df0aada8bbd7ec489a419f8 # Parent b5c82724598c6a6bf43be235381d1796f82de931 Marcus' eagle eyes noticed 'xmpp:urn:time', which is bogus. diff -r b5c82724598c -r a73791d35fcc libpurple/protocols/jabber/disco.c --- 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")