log libpurple/protocols/jabber/jabber.c @ 18969:17a6a99e7230

age author description
Wed, 27 Jun 2007 05:03:25 +0000 William Ehlhardt - Replace switch statements in irc and jabber prpls with purple_ssl_strerror calls
Wed, 27 Jun 2007 04:29:24 +0000 William Ehlhardt - Jabber now understands SSL_CERTIFICATE_INVALID code
Wed, 27 Jun 2007 04:25:55 +0000 William Ehlhardt - Jabber now shows an "unknown error" message when it hits an SSL error it doesn't understand
Mon, 25 Jun 2007 21:38:40 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 704b8c18f7c29f1fc8bfcf640275d2a9928ed03c)
Thu, 21 Jun 2007 19:21:47 +0000 William Ehlhardt applied changes from e52b685d84ca8874da6e3e71199829e513500642
Wed, 08 Aug 2007 21:01:42 +0000 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
Tue, 31 Jul 2007 15:01:14 +0000 Andreas Monitzer Mixed up TRUE and FALSE.
Tue, 31 Jul 2007 03:50:41 +0000 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
Mon, 30 Jul 2007 00:05:02 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
Thu, 09 Aug 2007 18:58:07 +0000 Daniel Atallah Fix uninitialized variable access.
Sun, 29 Jul 2007 06:10:24 +0000 Mark Doliner Fix a bunch of possible crashes in jabber when using slash commands in
Mon, 30 Jul 2007 00:01:08 +0000 Andreas Monitzer Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
Mon, 16 Jul 2007 13:56:22 +0000 Andreas Monitzer Added the ability to unregister from a gateway.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Wed, 27 Jun 2007 21:41:04 +0000 Sean Egan Make password fileds in Jabber's Change Password dialog required. Fixes #1907