log libpurple/protocols/jabber/iq.c @ 25657:af351471ec5a

age author description
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
Sun, 08 Feb 2009 00:23:13 +0000 Elliott Sales de Andrade disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
Thu, 05 Feb 2009 05:42:58 +0000 Elliott Sales de Andrade In jabber_iq_parse, xmlnode_get_child is called for a few special cases,
Sat, 06 Sep 2008 07:49:05 +0000 Marcus Lundblad Implements file transfers using in-band bytestreams for XMPP
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.
Sun, 26 Oct 2008 17:23:40 +0000 Daniel Atallah Perform some sanity checking on inbound IQs and send an error / drop as needed.
Fri, 05 Sep 2008 21:55:09 +0000 Marcus Lundblad Updated to use latest spec. in XEP-0231
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.