log libpurple/protocols/jabber/jabber.c @ 17575:5fc8a8a25008

age author description
Wed, 13 Jun 2007 16:03:11 +0000 Andreas Monitzer Implemented a mood menu action (non-functional right now for some reason)
Tue, 12 Jun 2007 03:19:42 +0000 Andreas Monitzer Fixed a few small mistakes I discovered while testing user mood in Adium.
Tue, 12 Jun 2007 01:25:46 +0000 Andreas Monitzer Fixed whitespace to match the coding convention used in libpurple
Mon, 11 Jun 2007 23:33:39 +0000 Andreas Monitzer implemented user mood, still missing the front end interface
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
Tue, 05 Jun 2007 16:31:20 +0000 Andreas Monitzer New API name change, per request of Sean.
Tue, 05 Jun 2007 15:18:30 +0000 Andreas Monitzer Fixed one of the issues in the ssl stuff, allowing CN cert checks for starttls-connections in XMPP.
Fri, 11 May 2007 00:15:12 +0000 Nathan Walp fix #699
Wed, 09 May 2007 00:02:17 +0000 Sean Egan Handle people forgetting to enter a domain. Also, change 'server,' in the account options to 'domain,' which is its proper name, and hopefully less confusion
Tue, 08 May 2007 22:08:46 +0000 Sean Egan Removes 'jabber.org' defaults from XMPP. I think we had agreed this was a good idea.
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.
Thu, 03 May 2007 12:04:04 +0000 Nathan Walp this should fix jabber buddy icons (but it will re-introduce the behavior of overwriting your vCard whenever you sign in).
Tue, 01 May 2007 14:11:35 +0000 Luke Schierer disapproval of revision 'c0c4c168411c9fbc5ccb9790a43e21a62f6dcd55'
Tue, 01 May 2007 05:53:57 +0000 Richard Laager s/Jabber/XMPP/ in user-visible places.
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 18 Apr 2007 19:51:24 +0000 Sean Egan This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sun, 15 Apr 2007 00:14:34 +0000 Nathan Walp patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
Sun, 25 Mar 2007 07:07:29 +0000 Mark Doliner Minor code cleanup
Sun, 25 Mar 2007 07:01:57 +0000 Mark Doliner Correctly handle the Jabber disconnection error for signing onto the
Sun, 25 Mar 2007 06:24:04 +0000 Mark Doliner Don't advertise that we support the adverts, invite and translate
Sat, 24 Mar 2007 20:06:21 +0000 Stu Tomlinson Re-arrange #includes so 'make check' stands a chance of passing during
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 03 Mar 2007 19:18:38 +0000 Nathan Walp pass the correct domain to cyrus sasl (sf patch 1663064)
Mon, 26 Feb 2007 04:21:41 +0000 Daniel Atallah Simon Wilkinson noticed that this check was invalid and caused authentications to hang.
Fri, 16 Feb 2007 00:40:35 +0000 Sean Egan Sending XEP 85 'gone' messages
Tue, 13 Feb 2007 05:00:49 +0000 Evan Schoenberg If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not.
Fri, 02 Feb 2007 23:14:20 +0000 Nathan Walp clean up some compile warnings
Tue, 30 Jan 2007 06:53:23 +0000 Sean Egan Emblems in the blist
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/