log libpurple/protocols/jabber/message.c @ 28645:7b4ade7c6d8a

age author description
Thu, 26 Nov 2009 22:35:07 +0000 Paul Aurich jabber: Start putting all the namespaces in one location with consistent naming.
Fri, 06 Nov 2009 09:13:28 +0000 Paul Aurich jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
Fri, 06 Nov 2009 08:39:49 +0000 Paul Aurich jabber: Convert to purple_debug_* convenience functions.
Wed, 21 Oct 2009 22:30:35 +0000 Mark Doliner Oh no that wasn't right. This code is weird.
Wed, 21 Oct 2009 22:28:59 +0000 Mark Doliner Surely this was a mem leak?
Sat, 17 Oct 2009 00:37:04 +0000 Paul Aurich jabber: Improved support for XEP-0249 (and document the legacy stuff).
Tue, 08 Sep 2009 22:07:21 +0000 Paul Aurich Oops, it helps to actually use the stripped message.
Mon, 31 Aug 2009 20:07:34 +0000 Marcus Lundblad Don't crash when receiving an error iq response when trying fetch a custom
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.
Mon, 20 Jul 2009 18:26:13 +0000 Paul Aurich Allow fallback for broken XMPP <message/> types. Closes #7837.
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'
Mon, 13 Jul 2009 18:44:28 +0000 Mark Doliner Break the 'if' onto two lines and don't bother calling jabber_id_free()
Sun, 12 Jul 2009 05:25:59 +0000 Paul Aurich Use Entity Capabilities to pick up Chat States support. Refs #4650.