log libpurple/protocols/jabber/iq.c @ 32827:4a34689eeb33 default tip

age author description
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code.
Tue, 07 Apr 2009 08:12:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 5ab68ddb0251205f7ef97f4c280e65696cbd5ff2)
Sat, 04 Apr 2009 10:51:12 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
Mon, 02 Mar 2009 22:07:59 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Thu, 18 Feb 2010 04:37:49 +0000 Paul Aurich These should be static
Fri, 12 Feb 2010 21:00:35 +0000 Paul Aurich jabber: Log a more useful message on unhandled IQs
Sun, 29 Nov 2009 17:36:41 +0000 Florian Qu«²ze jabber: Don't use C99 time formatters, which are apparently not available on Windows when using MSVC.
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
Thu, 26 Nov 2009 22:47:53 +0000 Paul Aurich jabber: Add the missing file and fix up the Google session namespaces
Thu, 26 Nov 2009 22:35:07 +0000 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Tue, 11 Aug 2009 15:57:54 +0000 Paul Aurich jabber: Emit jabber-receiving-iq after we've ensured id is !NULL
Thu, 11 Jun 2009 22:50:29 +0000 Paul Aurich Remove obsoleted XEP-0090 (Legacy Entity Time)
Tue, 26 May 2009 23:44:55 +0000 Paul Aurich Support pushed notifications about XEP-0191 Blocks/Unblocks. Closes #8045.
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.
Sun, 05 Apr 2009 19:25:45 +0000 Paul Aurich Gratuitous alphabetization of the IQ handlers (again!) and move the data handler to jabber_data_init
Sun, 05 Apr 2009 19:14:19 +0000 Paul Aurich Move some IQ handler registrations to the appropriate init functions
Sat, 04 Apr 2009 07:51:13 +0000 Paul Aurich Fix-up the merge some more (*sigh*), readding <session/> handler
Sat, 04 Apr 2009 07:05:23 +0000 Paul Aurich Convert IBB parser (and everything that then stems from that) to new iq-handler
Fri, 03 Apr 2009 16:45:38 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sat, 21 Mar 2009 09:07:06 +0000 Mike Ruprecht Clean up usage of USE_VV in the XMPP protocol.
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Tue, 03 Feb 2009 21:37:27 +0000 Marcus Lundblad Add automatic discovery of GTalk STUN servers when using a Gtalk account
Thu, 06 Nov 2008 03:20:05 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
Sun, 19 Oct 2008 04:40:59 +0000 Mike Ruprecht merge of 'a4aa548f12b557cc419b1567e6902eb124d0cf06'
Sat, 27 Sep 2008 04:44:17 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 25e27ca0f73c4714d17fcdf83d0e4ce7e63bc55d)
Sun, 19 Oct 2008 04:37:23 +0000 Mike Ruprecht Restructure Jingle code to more easily support multiple application types.
Sat, 07 Mar 2009 02:14:34 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Tue, 10 Feb 2009 08:27:30 +0000 Paul Aurich Remove a "suggested parenthes around assignment" warning
Tue, 10 Feb 2009 06:15:27 +0000 Paul Aurich These checks are redundant; id is guaranteed to be something above
Sun, 08 Feb 2009 21:56:03 +0000 Paul Aurich Report the correct UTC time (thanks for noticing this, Marcus).
Sun, 08 Feb 2009 07:07:25 +0000 Paul Aurich merge of '1f6758f8bdba42d2eeca66535d11e7de12d9e715'
Sun, 08 Feb 2009 07:07:23 +0000 Paul Aurich merge of '528b6f92c03b496c915051174c5b85fc46260287'
Sun, 08 Feb 2009 07:04:50 +0000 Paul Aurich disapproval of revision '5224382f81d105bd5d72ac3e55cc95b894bb824e'
Sun, 08 Feb 2009 06:40:15 +0000 Paul Aurich Avoid assertion failures on NULL 'from' attributes
Sun, 08 Feb 2009 06:31:18 +0000 Paul Aurich Pass IQ handlers type, from, id, and the child node
Sun, 08 Feb 2009 04:30:23 +0000 Paul Aurich Track the sub-node name in addition to the namespace for handlers.
Sun, 08 Feb 2009 07:04:34 +0000 Paul Aurich Track the node name in addition to the namespace for handlers (try #2)
Sun, 08 Feb 2009 03:34:25 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 8d4081da0c186c04dc75d736d688bf4f20e52676)
Thu, 05 Feb 2009 07:31:55 +0000 Paul Aurich This is shorter and easier to read.
Tue, 03 Feb 2009 18:43:12 +0000 Paul Aurich Alphabetize the XMPP IQ handlers (yes, I'm that anal-retentive)
Tue, 03 Feb 2009 18:14:15 +0000 Paul Aurich Fix the implementation of XEP-0202 (Entity Time) (thanks again to Marcus)
Tue, 03 Feb 2009 17:10:05 +0000 Paul Aurich Jabber IQ handlers should handle non-query child nodes
Wed, 16 Jul 2008 21:42:13 +0000 Mike Ruprecht Fix compiling without voice and video support.
Thu, 10 Jul 2008 22:49:52 +0000 Mike Ruprecht Further decouple Jingle from iq.c
Wed, 04 Jun 2008 19:21:49 +0000 Mike Ruprecht Added functions to help create Jingle packets. Revised some of the Jingle flow.
Mon, 02 Jun 2008 20:59:20 +0000 Mike Ruprecht Moved Jingle message handlers from jabber.c to jingle.c.
Wed, 28 May 2008 21:13:36 +0000 Mike Ruprecht merge of '38838bc806900103298d383237d2ae7cd60bbd82'
Tue, 27 May 2008 06:27:46 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 75f0460d3679231b61d572e76fe02534a597c6b5)
Wed, 28 May 2008 21:00:40 +0000 Mike Ruprecht Use USE_VV instead of USE_FARSIGHT.
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Sat, 29 Dec 2007 06:34:59 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac)
Wed, 05 Sep 2007 00:47:58 +0000 Sean Egan Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Thu, 12 Feb 2009 21:48:48 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head b79100551ea19cf35ee8952a34a44b97204e75f3)
Fri, 06 Feb 2009 22:48:37 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 3da4a61feea56ff40dc5fdba355a1057c675a32d)
Mon, 27 Oct 2008 23:14:04 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7bdc0d34e54e09101ba68ba39703a8fd5081e8eb)
Tue, 23 Sep 2008 17:44:38 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head d7476bfe7f9003553f7b3ea48491f4cebd192098)