log libpurple/protocols/jabber/pep.c @ 32805:997570b274d1

age author description
Sat, 06 Mar 2010 21:32:18 +0000 Marcus Lundblad jabber: Remove old prpl action to set mood as now the general mood setting UI
Sat, 27 Feb 2010 04:02:50 +0000 Paul Aurich jabber: Allow jabber_pep_request_item() to take NULL for JID; server's routing takes care of the rest
Fri, 13 Nov 2009 19:00:03 +0000 Paul Aurich jabber: Properly request just the most recent item from a PEP node.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Sun, 03 May 2009 06:38:16 +0000 Paul Aurich On errors, don't pretend we did fetch something, pass NULL.
Tue, 28 Apr 2009 18:43:57 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head fbb4fe5da444943eecc76bdcd6c8ba967790b6c8)
Tue, 28 Apr 2009 01:04:14 +0000 Paul Aurich Don't try to process PEP events if it's not <message type='event'/>
Mon, 27 Apr 2009 05:49:32 +0000 Paul Aurich Publish only 'new' xmlns of avatars and delete old.
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, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Sat, 07 Mar 2009 01:32:29 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Wed, 21 Jan 2009 17:55:09 +0000 Paul Aurich Migrate the XMPP User Avatar (XEP-0084) code to its own file
Sat, 29 Nov 2008 02:18:37 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 280dc76b99f56c1c9e8c8c8175e03b356f27f757)
Sat, 22 Nov 2008 19:44:05 +0000 Paul Aurich Add more jabber plugin unloading functions to clean up more data structures
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
Fri, 28 Nov 2008 01:49:58 +0000 Paul Aurich Fix the namespace URL we look for on PEP reply stanzas to match the URL we
Thu, 17 Jul 2008 04:49:35 +0000 Daniel Atallah disapproval of revision '3d39da6c8014095cac3a0741bf6fc26219e7aff8'
Thu, 17 Jul 2008 04:38:07 +0000 Daniel Atallah Fix a double free when connecting to the sender of a bonjour file fails. Also plug a small leak. Fixes #5971.
Mon, 10 Sep 2007 14:46:13 +0000 Daniel Atallah Various warning fixes for the xmpp prpl.
Mon, 10 Sep 2007 14:37:40 +0000 Daniel Atallah Fix mingw build of xmpp prpl
Tue, 19 Jun 2007 23:54:52 +0000 Andreas Monitzer Fixed a leak in the PEP code that leaked PEP nodes when the server doesn't support this XEP.
Mon, 18 Jun 2007 14:45:17 +0000 Andreas Monitzer Implemented XEP-0172: User Nickname, fixed some potential crashers in the other PEP callbacks.
Mon, 18 Jun 2007 00:56:00 +0000 Andreas Monitzer Removed a stale include
Sun, 17 Jun 2007 04:05:28 +0000 Andreas Monitzer Turns out the example in XEP-0084 is wrong. Fixed my implementation to not try to work around an issue that isn't one.
Sun, 17 Jun 2007 03:51:19 +0000 Andreas Monitzer Implemented receiving other people's avatars via XEP-0084. Note that this code now includes a workaround for a non-spec incompatibility for the current ejabberd PEP implementation, and doesn't use the correct namespace due to Psi using the wrong one (outdated?). Works fine though, and the vcard-based approach is retained.
Sun, 17 Jun 2007 01:16:55 +0000 Andreas Monitzer Added support for setting the avatar via XEP-0084. Receiving other people's avatar is up next.
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, 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
Sun, 10 Jun 2007 12:22:39 +0000 Andreas Monitzer Implemented <required/> for x-data forms, simplified malloc/sprintf, message type headline is not a requirement for incoming PEP messages (it is just recommended to avoid offline message storage).
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:37:28 +0000 Andreas Monitzer Implemented publishing events
Wed, 06 Jun 2007 00:01:15 +0000 Andreas Monitzer added preliminary frame for pep-support