log libpurple/protocols/jabber/disco.c @ 18153:7f23135d9b68

age author description
Sun, 17 Jun 2007 05:10:35 +0000 Nathan Walp unused variable cleanup
Sun, 17 Jun 2007 04:50:18 +0000 Nathan Walp fix inital presence (fixes #1395)
Sat, 16 Jun 2007 03:17:13 +0000 Nathan Walp respond to XEP-0199 queries (XMPP ping)
Tue, 03 Jul 2007 15:34:34 +0000 Andreas Monitzer Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.
Mon, 25 Jun 2007 19:08:16 +0000 Andreas Monitzer The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium).
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).
Fri, 15 Jun 2007 07:13:41 +0000 Andreas Monitzer PEP publishing features are now only announced in disco#info when PEP is supported by the server.
Wed, 06 Jun 2007 02:07:53 +0000 Andreas Monitzer Implemented adding callbacks for PEP events. Moved the feature list to be application-global instead of per-connection (makes more sense).
Wed, 06 Jun 2007 01:19:49 +0000 Andreas Monitzer Added the ability to define extensions to caps
Wed, 06 Jun 2007 00:04:29 +0000 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping
Wed, 06 Jun 2007 00:01:15 +0000 Andreas Monitzer added preliminary frame for pep-support
Mon, 28 May 2007 21:38:36 +0000 Nathan Walp skip some unneeded queries that we don't particularly need or want
Mon, 28 May 2007 20:54:51 +0000 Nathan Walp whitespace
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Feb 2007 01:45:11 +0000 Evan Schoenberg Change this printf to a gaim_debug_info()
Sat, 03 Feb 2007 23:32:43 +0000 Sean Egan Google Talk uses structured text formatting where *this* is bold
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/