log libpurple/protocols/jabber/parser.c @ 32819:2c6510167895 default tip

age author description
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Wed, 29 Sep 2010 05:38:04 +0000 Paul Aurich Add a newline to debug message
Tue, 31 Aug 2010 02:52:28 +0000 Paul Aurich jabber: Slight improvements to the stream ID fix
Fri, 27 Aug 2010 05:14:08 +0000 Paul Aurich jabber: Make the reliance on stream ID laxer. Closes #12331
Fri, 12 Mar 2010 06:25:15 +0000 Paul Aurich jabber: Clear the stream header when restarting a stream, and be
Wed, 10 Mar 2010 01:25:24 +0000 Paul Aurich jabber: Connected again; checked section 5.4.5 of the bis.
Tue, 09 Mar 2010 23:13:42 +0000 Paul Aurich jabber: This is more correct[er]
Tue, 09 Mar 2010 23:11:46 +0000 Paul Aurich jabber: Backward compatibility in case any servers advertise other random 0.## versions
Tue, 09 Mar 2010 23:09:54 +0000 Paul Aurich jabber: Treat the version properly.
Wed, 10 Feb 2010 04:05:50 +0000 Paul Aurich Combine the three purple_unescape_text()s into one.
Wed, 10 Feb 2010 03:32:29 +0000 Paul Aurich Correctly parse "<br>" in an XML attribute. Closes #11318.
Thu, 03 Dec 2009 05:39:00 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 4185001f1d8e8d7c894fa194202f7051f06cb59f)
Tue, 01 Dec 2009 04:56:47 +0000 Paul Aurich jabber: Use the error code instead of string matching.
Tue, 01 Dec 2009 02:54:22 +0000 Paul Aurich Use g_strndup() for great justice.