log libpurple/protocols/jabber/libxmpp.c @ 31582:bb91133708fe

age author description
Tue, 31 Aug 2010 18:28:10 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dca20e09164518b0f7a773edd7e9649f41d8873d)
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code.
Tue, 31 Aug 2010 02:28:05 +0000 Paul Aurich jabber: Unify "Require TLS" and "Use old-style (port 5223) SSL" settings
Thu, 29 Apr 2010 05:58:02 +0000 Paul Aurich Add purple_account_[gs]et_public_alias functions, per discussion in d@cpi
Tue, 16 Mar 2010 23:14:54 +0000 Marcus Lundblad Set desired image formats for thumbnails as a parameter to
Mon, 15 Mar 2010 21:49:02 +0000 Marcus Lundblad Allow PRPLs to specify the image formats acceptable for thumbnails (in
Fri, 12 Mar 2010 05:37:44 +0000 Sadrul Habib Chowdhury jabber: Fix leaving the Resource blank in Finch, so it isn't '(null)'
Tue, 09 Mar 2010 20:53:11 +0000 Paul Aurich jabber: Only initialize SASL once, too.
Tue, 09 Mar 2010 18:59:08 +0000 Paul Aurich jabber: Move the initialization into the jabber plugin, and only initialize some things once.
Thu, 18 Feb 2010 21:38:43 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 267f28808ab6eeda6b5d68f6433f2b3fcf230d4f)
Mon, 08 Feb 2010 21:38:26 +0000 Marcus Lundblad Implemented the get_moods prpl function for XMPP. Enables the generic mood
Sun, 07 Feb 2010 21:11:56 +0000 Marcus Lundblad Made it compile again.
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.