log pidgin/plugins/disco/xmppdisco.c @ 32776:8c71a7e95f16

age author description
Tue, 07 Jul 2009 05:09:53 +0000 Paul Aurich Make the use of xmpp_iq_cb_data->context explicit.
Sat, 04 Jul 2009 22:32:00 +0000 Elliott Sales de Andrade If no disco#items feature was found (like with gmail.com), then our disco
Mon, 08 Jun 2009 06:52:57 +0000 Paul Aurich Don't support adding JID+node items.
Sun, 07 Jun 2009 22:07:07 +0000 Elliott Sales de Andrade Make this whitespace a bit more consistent (I hope).
Sat, 06 Jun 2009 02:12:32 +0000 Elliott Sales de Andrade Make XMPP Disco plugin show better errors when getting a 404-like return.
Fri, 05 Jun 2009 01:46:29 +0000 Paul Aurich Hmm, this wasn't saved when I committed it.
Thu, 04 Jun 2009 01:51:41 +0000 Paul Aurich Fix an issue with the server responding with jid/node items as first-level children and add a TODO.
Wed, 03 Jun 2009 06:54:35 +0000 Paul Aurich Use the modified signal in more places.
Wed, 03 Jun 2009 06:03:22 +0000 Paul Aurich khc: darkrain42: xmlnode not free'ed in jabber_watched_iq
Wed, 03 Jun 2009 04:55:06 +0000 Paul Aurich Remove the pseudo-row child of expandable services if there are no children.
Tue, 26 May 2009 02:46:14 +0000 Paul Aurich Remove debugging, use user's server as default, and avoid a GTK+ assertion.
Tue, 26 May 2009 02:27:49 +0000 Paul Aurich Convert the disco browser to a plugin. Refs #556