log libpurple/protocols/jabber/caps.c @ 22780:46ab2e2171b8

age author description
Thu, 29 Nov 2007 23:18:33 +0000 Daniel Atallah Fix a crash when an error occurs discovering a the capabilities of a client. Fixes #4081.
Mon, 19 Nov 2007 15:31:59 +0000 Daniel Atallah Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Sun, 11 Nov 2007 16:45:19 +0000 Evan Schoenberg An identity does not always have a name; for example, Google Talk web folks can have type 'web', category 'client', no name.
Tue, 11 Sep 2007 04:06:56 +0000 Daniel Atallah Various leakfixes and preventing unnecessary allocations.
Tue, 11 Sep 2007 03:43:19 +0000 Mark Doliner merge of '629d4e0dcf9bd35671fc00e61b6f09e381345e7c'
Tue, 11 Sep 2007 00:21:28 +0000 Daniel Atallah Prevent an assertion.
Tue, 11 Sep 2007 01:57:29 +0000 Sean Egan Some clients don't put the node in the 115 disco response, so send the node to the callback
Mon, 10 Sep 2007 23:45:51 +0000 Sean Egan Fix crash in XMPP capabilities
Mon, 10 Sep 2007 14:37:40 +0000 Daniel Atallah Fix mingw build of xmpp prpl
Wed, 11 Jul 2007 00:32:39 +0000 Andreas Monitzer Fixed some memory leaks.
Wed, 27 Jun 2007 03:56:30 +0000 Andreas Monitzer Fixed a few bugs in the caps implementation, it should work properly now.
Sat, 23 Jun 2007 02:57:21 +0000 Andreas Monitzer Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).