log libpurple/protocols/jabber/libxmpp.c @ 29047:031fd1cd88df

age author description
Mon, 15 Feb 2010 00:20:55 +0000 Paul Aurich jabber: Update the default FT proxy (if it's still set as the previous, broken, default).
Thu, 04 Feb 2010 22:37:21 +0000 Mark Doliner I'm pretty sure this shouldn't be a compiler warning
Tue, 08 Dec 2009 07:41:37 +0000 Paul Aurich On Windows, treat a 'xmpp:foo@bar.com' URI as opening an IM window.
Thu, 12 Nov 2009 23:24:43 +0000 Marcus Lundblad jabber: Determine if a buddy can receive a file transfer (when we have
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Fri, 06 Nov 2009 08:55:36 +0000 Paul Aurich jabber: Fix a few places where the default for require_tls was wrong.
Sun, 09 Aug 2009 00:15:14 +0000 Paul Aurich Add support for XMPP URIs on Windows. Closes #2326.
Sun, 28 Jun 2009 07:06:31 +0000 Etan Reisner Require SSL/TLS by default for XMPP accounts. Closes #8666.
Thu, 25 Jun 2009 02:48:25 +0000 Paul Aurich Make "BOSH URL" its own account option.
Wed, 03 Jun 2009 06:45:25 +0000 Paul Aurich Use the jabber-sending-xmlnode signal to send all XMPP stanzas.
Wed, 03 Jun 2009 05:51:51 +0000 Paul Aurich Examples for the namespace-(un)registering of IQs and added IPC versions
Tue, 26 May 2009 02:27:49 +0000 Paul Aurich Convert the disco browser to a plugin. Refs #556
Sat, 23 May 2009 22:46:28 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 97fbf033d9afea69a6eabaac94698b3c051584cf)
Sat, 16 May 2009 19:07:31 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 0fc44e2e9b4c3867ea189f9705f637125cb2497c)
Wed, 29 Apr 2009 23:20:51 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 13ac492a493b4d31c8b29905174b43a533304300)
Fri, 22 May 2009 06:01:12 +0000 Paul Aurich Duh, it helps to use the right marshallers.
Fri, 22 May 2009 04:08:38 +0000 Etan Reisner Fix building on Windows and better integrate the new signals with the pre-existing ones.
Tue, 12 May 2009 05:49:34 +0000 Paul Aurich Add jabber signals for IQ, Message, and Presence stanzas. Lightly tested (it doesn't crash [Prove me wrong!]) and as you'll note, I refer to documentation that doesn't yet exist.
Wed, 06 May 2009 22:01:23 +0000 Paul Aurich Marcus convinced me (I didn't need much) this is a better idea.
Wed, 06 May 2009 21:58:50 +0000 Paul Aurich disapproval of revision '4de75e1b8967aaca07059f575739e49e70fda9da'
Wed, 06 May 2009 21:49:52 +0000 Paul Aurich proxy.jabber.org hasn't existed in a while.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Thu, 30 Apr 2009 02:59:24 +0000 Paul Aurich Fix a bad merge in 511953ddd75ccd866325fa6cf1e72dbb4fca3e82
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Sat, 11 Apr 2009 21:46:12 +0000 Paul Aurich Use per-PurpleDiscoList ops for canceling a disco and registering.
Thu, 09 Apr 2009 04:27:58 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 3c568b43fb4447b65a2b06e6767340edd7763c53)
Sun, 05 Apr 2009 21:49:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sat, 04 Apr 2009 07:29:50 +0000 Paul Aurich darkrain42: Well, that namespace is deprecated. Why is it being advertised?
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Sat, 21 Mar 2009 09:07:06 +0000 Mike Ruprecht Clean up usage of USE_VV in the XMPP protocol.