log libpurple/protocols/jabber/iq.c @ 23804:cbe97caec684

age author description
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.
Sun, 01 Jun 2008 20:55:54 +0000 Marcus Lundblad Custom smileys for XMPP according to XEP 0231. Refs #5627.
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, 12 May 2008 02:18:55 +0000 Daniel Atallah Fix jabber_iq_register_handler() to match header.
Wed, 21 Nov 2007 05:22:39 +0000 Daniel Atallah Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Fri, 19 Oct 2007 18:28:33 +0000 Luke Schierer applied changes from d4b316d73ebaf93803ca2642e78b8821c3b5d5c7
Fri, 28 Sep 2007 15:46:47 +0000 Richard Laager applied changes from 8543caa9958f323a231c630bebd65c74dec3401f
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 26 Jul 2007 01:32:21 +0000 Andreas Monitzer Updated the XEP-0199 namespace according to the XEP.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Tue, 03 Jul 2007 03:14:40 +0000 Nathan Walp I like this better
Mon, 02 Jul 2007 03:26:08 +0000 Nathan Walp core support for UI info...now to do the UI piece
Sun, 24 Jun 2007 04:53:36 +0000 Nathan Walp support replying to XEP-0202 queries
Sat, 16 Jun 2007 20:59:41 +0000 Nathan Walp i'm an idiot. now we have real support for replying to XMPP pings
Sat, 16 Jun 2007 17:57:07 +0000 Mark Doliner Warn be gone
Sat, 16 Jun 2007 03:17:13 +0000 Nathan Walp respond to XEP-0199 queries (XMPP ping)
Thu, 14 Jun 2007 02:57:07 +0000 Nathan Walp step 1, don't call finch (and adium, maybe?) Pidgin
Mon, 25 Jun 2007 20:07:31 +0000 Andreas Monitzer Now all ad-hoc commands have to be sent through jabber_adhoc_execute to be properly executed (including the form steps). This cleans up the code a bit, and avoids DOS attacks by flooding the client with malicious ad-hoc command forms that were not requested.
Tue, 19 Jun 2007 02:53:24 +0000 Andreas Monitzer Implemented XEP-0050: Ad-Hoc Commands. Note that this XEP requires sending an initial command to the peer, which is not implemented in libpurple itself (since this requires a discovery browser or equivalent).
Wed, 06 Jun 2007 00:04:29 +0000 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/