log libpurple/protocols/jabber/disco.c @ 25664:d0ac3c438b71

age author description
Sat, 31 May 2008 20:15:34 +0000 Mike Ruprecht Check remote JID's capabilities for audio and video XEP support.
Sat, 22 Mar 2008 04:45:46 +0000 Sadrul Habib Chowdhury Patch from Marcus Lundblad ('mlundblad') to improve audio support in xmpp.
Sun, 22 Jun 2008 17:25:23 +0000 Tobias Markmann * changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
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
Tue, 23 Dec 2008 20:13:30 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8)
Mon, 22 Dec 2008 07:51:06 +0000 Mark Doliner Commit patch #7670: Implement xep-0191 (simple blocking) for jabber protocols
Sat, 06 Sep 2008 07:49:05 +0000 Marcus Lundblad Implements file transfers using in-band bytestreams for XMPP
Sun, 27 Jul 2008 23:36:15 +0000 Daniel Atallah Use Service Discovery to look up information about the manually specified FT
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
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Thu, 06 Sep 2007 04:08:41 +0000 Sean Egan propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Tue, 28 Aug 2007 19:03:07 +0000 Andreas Monitzer Fixed code indenting, some spaces were still left and now replaced by tabs.
Wed, 11 Jul 2007 23:27:12 +0000 Andreas Monitzer Fixed errors created by merge conflict resolve mistakes.
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
Sun, 24 Jun 2007 04:53:36 +0000 Nathan Walp support replying to XEP-0202 queries
Sun, 17 Jun 2007 15:27:35 +0000 Nathan Walp server-side jabber vcards now take precedence over local vcards, so
Sun, 17 Jun 2007 05:10:35 +0000 Nathan Walp unused variable cleanup
Sun, 17 Jun 2007 04:50:18 +0000 Nathan Walp fix inital presence (fixes #1395)
Sat, 16 Jun 2007 03:17:13 +0000 Nathan Walp respond to XEP-0199 queries (XMPP ping)
Tue, 03 Jul 2007 15:34:34 +0000 Andreas Monitzer Now preserving the node on the (empty) disco#items replies. This is required for apps to add items on the correct nodes using signals.
Mon, 25 Jun 2007 19:08:16 +0000 Andreas Monitzer The server's ad-hoc commands are now listed in the account's action menu. Note that this requires an additional field in the _PurplePluginAction struct. There's no other way, since there was no way to supply user_data, and dynamically created functions are not supported by C. This should be fine, since that struct is only malloced in purple_plugin_action_new, which is part of the core. Applications have to either pass the struct unmodified, or restore the user_data pointer if the action is recreated when necessary (as is the case in Adium).
Sat, 23 Jun 2007 02:57:21 +0000 Andreas Monitzer Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Fri, 15 Jun 2007 07:13:41 +0000 Andreas Monitzer PEP publishing features are now only announced in disco#info when PEP is supported by the server.
Wed, 06 Jun 2007 02:07:53 +0000 Andreas Monitzer Implemented adding callbacks for PEP events. Moved the feature list to be application-global instead of per-connection (makes more sense).
Wed, 06 Jun 2007 01:19:49 +0000 Andreas Monitzer Added the ability to define extensions to caps
Wed, 06 Jun 2007 00:04:29 +0000 Andreas Monitzer applied patch for supporting XEP-0199: XMPP Ping
Wed, 06 Jun 2007 00:01:15 +0000 Andreas Monitzer added preliminary frame for pep-support
Mon, 28 May 2007 21:38:36 +0000 Nathan Walp skip some unneeded queries that we don't particularly need or want
Mon, 28 May 2007 20:54:51 +0000 Nathan Walp whitespace
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Mon, 19 Feb 2007 01:45:11 +0000 Evan Schoenberg Change this printf to a gaim_debug_info()
Sat, 03 Feb 2007 23:32:43 +0000 Sean Egan Google Talk uses structured text formatting where *this* is bold
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/