log libpurple/protocols/jabber/presence.c @ 28779:d1c18bd588e2

age author description
Tue, 20 Oct 2009 21:20:22 +0000 Paul Aurich jabber: Fix a comment.
Sat, 03 Oct 2009 02:50:48 +0000 Paul Aurich jabber: Don't try to pull a photo out of the <PHOTO/> cdata.
Sat, 22 Aug 2009 18:29:44 +0000 Paul Aurich jabber: Fix typing notifications between 2.6.0 and <= 2.5.9.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sun, 09 Aug 2009 19:08:41 +0000 Paul Aurich jabber: Read all MUC status codes in a presence. Fixes #6651.
Fri, 31 Jul 2009 04:20:30 +0000 Mike Ruprecht Add the camera-v1 cap or else Gmail refuses to accept we're video enabled.
Sun, 26 Jul 2009 19:25:47 +0000 Paul Aurich jabber: Properly track own idle time in fake_to_self.
Sat, 18 Jul 2009 07:23:09 +0000 Paul Aurich Support connecting to IDNA XMPP domains.
Thu, 16 Jul 2009 22:56:37 +0000 Paul Aurich The item JID will match the 'to' JID, not the from.
Thu, 16 Jul 2009 20:06:27 +0000 Paul Aurich explicit merge of 'c273f8da9712cac21aae5bcbd3d4790f8ee78f79'
Sun, 12 Jul 2009 05:43:38 +0000 Paul Aurich merge of '2348ff22f0ff3453774b8b25b36238465580c609'
Thu, 16 Jul 2009 05:15:42 +0000 Elliott Sales de Andrade Use the existing convenience variable instead of a couple of dereferences.
Thu, 16 Jul 2009 02:14:03 +0000 Paul Aurich purple_status_to_jabber does need to strip HTML.
Mon, 13 Jul 2009 05:40:12 +0000 Elliott Sales de Andrade merge of '6bf1ed8cefd6bb5b980baf7501bcf6936634bd8d'
Sun, 12 Jul 2009 22:55:24 +0000 Paul Aurich Properly unset a tune status without needing to re-log an XMPP account.
Sun, 12 Jul 2009 05:25:59 +0000 Paul Aurich Use Entity Capabilities to pick up Chat States support. Refs #4650.
Sun, 12 Jul 2009 04:41:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head cec487e50b3df746ae8b23771513bf85734f618d)
Sun, 12 Jul 2009 02:56:06 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 90138fae4d2350d166f730736ecea9ee8e20ecdb)
Mon, 06 Jul 2009 04:37:41 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
Sun, 07 Jun 2009 06:17:29 +0000 Paul Aurich Simplify the fake_to_self function.
Sun, 07 Jun 2009 05:36:45 +0000 Paul Aurich Use js->state to track whether the roster has been retrieved.
Sun, 12 Jul 2009 22:40:54 +0000 Elliott Sales de Andrade Don't pre-escape jbr->status. Almost every place required it in unescaped
Thu, 09 Jul 2009 04:40:06 +0000 Paul Aurich Notice when the MUC item JID on unavailable presence references another resource. Refs #8319.
Mon, 06 Jul 2009 04:38:08 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74)
Mon, 06 Jul 2009 04:19:26 +0000 Paul Aurich I missed a few presence types.
Mon, 06 Jul 2009 03:45:57 +0000 Paul Aurich Rearrange all the MUC code to be together.
Mon, 06 Jul 2009 03:00:41 +0000 Paul Aurich Rearranging this section and adding a catch for stuff that can't happen
Mon, 06 Jul 2009 00:45:54 +0000 Paul Aurich Various minor changes to jabber_presence_parse. No functionality changes.
Sun, 05 Jul 2009 23:55:56 +0000 Paul Aurich Add support for XEP-0045 code 307 (a.k.a. kicks).
Sun, 05 Jul 2009 22:39:34 +0000 Paul Aurich Minor formatting/style/purple_strequal
Sun, 21 Jun 2009 16:40:15 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.5.7' (head 81e7f59e74715d44dac9e40e7b43ff377c8b474c)
Sun, 12 Jul 2009 05:42:40 +0000 Paul Aurich disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'
Thu, 11 Jun 2009 22:33:33 +0000 Paul Aurich Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.
Tue, 09 Jun 2009 03:42:23 +0000 Elliott Sales de Andrade Fix compile warning for non-VV.
Tue, 02 Jun 2009 05:00:20 +0000 Mike Ruprecht Add Gmail video support.
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Wed, 20 May 2009 15:59:04 +0000 Paul Aurich Fix a crash when <NICKNAME/> is present in a vcard, but has no data.
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.
Fri, 08 May 2009 02:58:33 +0000 Paul Aurich Only try to fetch adhoc commands from buddies once. Pushed updates (which we support now) are far superior.
Fri, 08 May 2009 02:38:39 +0000 Paul Aurich Only call jabber_caps_get_info if we don't have all the information we want.
Thu, 07 May 2009 17:04:59 +0000 Paul Aurich Don't crash when resource is NULL. Thanks, Marcus!
Sat, 02 May 2009 20:54:10 +0000 Paul Aurich Don't crash when a broken server sends us an occupant's presence with an
Sat, 02 May 2009 20:42:55 +0000 Paul Aurich When we download a buddy's vCard to update an avatar, also try to update the nickname.
Sat, 02 May 2009 04:39:38 +0000 Paul Aurich A little bit better (free memory and support receiving the nick in subscriptions) and Changelog.
Sat, 02 May 2009 04:14:09 +0000 Paul Aurich Handle User Nick notifications via <presence/> stanzas (receive-only). Refs #864.
Wed, 29 Apr 2009 06:06:41 +0000 Paul Aurich Fetch and track capabilities for MUC members. Add a further constraint for
Wed, 29 Apr 2009 05:37:58 +0000 Paul Aurich tighter scoping++
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Sun, 26 Apr 2009 23:57:55 +0000 Paul Aurich Use jabber_calculate_data_sha1sum in one more place.
Sun, 26 Apr 2009 23:06:56 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 7281ad5ba8e68debd285e06dafebd991e980f3da)
Tue, 07 Apr 2009 05:10:52 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head eed0598058a6e7cc5da7ad99f06bfe136291d2f9)
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Sun, 05 Apr 2009 21:49:01 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
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.
Sun, 05 Apr 2009 03:25:00 +0000 Paul Aurich Make my comment parse correctly.
Sat, 04 Apr 2009 17:01:59 +0000 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Sat, 04 Apr 2009 10:33:33 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 1890ad1259c93f5ad18ceb3365717ebc43b30198)
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)