log libpurple/protocols/jabber/message.c @ 23075:e765c7261f88

age author description
Wed, 21 May 2008 01:45:54 +0000 Evan Schoenberg If we receive a "text" child for an error, include it as the message text
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Thu, 25 Oct 2007 07:39:26 +0000 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Thu, 20 Sep 2007 16:30:17 +0000 Sadrul Habib Chowdhury Use an independant status type for 'current media' stuff, instead of using
Sat, 29 Sep 2007 04:24:59 +0000 Evan Schoenberg Merged xmpp leak fixes
Fri, 28 Sep 2007 15:01:46 +0000 Richard Laager applied changes from 326d6e6c8c6a955cdba84f1f802fc21ec3e6b662
Mon, 17 Sep 2007 16:24:24 +0000 Daniel Atallah more leak fixes.
Sat, 15 Sep 2007 18:27:01 +0000 Sadrul Habib Chowdhury Plug some memory leaks.
Mon, 10 Sep 2007 21:08:42 +0000 Richard Laager Make the XMPP buzz string match the Yahoo one to help the translators.
Mon, 10 Sep 2007 13:57:15 +0000 Daniel Atallah merge of '1c7910841138381c841363256ca3c7905b1f26b0'
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Mon, 27 Aug 2007 21:59:11 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)
Fri, 17 Aug 2007 20:58:34 +0000 Sean Egan Only send conversation close notices on XMPP when the typing notification preference is turned on
Wed, 08 Aug 2007 21:01:42 +0000 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
Tue, 03 Jul 2007 13:37:25 +0000 Andreas Monitzer Added the option to enable/disable buzz via a status setting. It's default off for the pidgin folks.
Tue, 03 Jul 2007 11:04:50 +0000 Andreas Monitzer Switched buzz namespace and tag name to be libpurple-specific and use a more professionally-sounding name ('attention' instead of 'buzz').
Fri, 29 Jun 2007 21:44:42 +0000 Andreas Monitzer disapproval of revision '217714a0fa711773c0d419f8cd82297ffc339507'
Thu, 28 Jun 2007 13:22:13 +0000 Andreas Monitzer Removed buzz support.
Wed, 27 Jun 2007 03:23:52 +0000 Andreas Monitzer Added buzz support using a private extension. Maybe I should write a XEP about that.
Wed, 20 Jun 2007 00:22:16 +0000 Andreas Monitzer Implemented XEP-0203: Delayed Delivery
Sun, 17 Jun 2007 21:04:15 +0000 Andreas Monitzer Fixed a bug that resulted in not being able to receive any messages.
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
Tue, 12 Jun 2007 00:00:53 +0000 Andreas Monitzer forgot to add usermood.[hc]
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 00:01:15 +0000 Andreas Monitzer added preliminary frame for pep-support
Fri, 25 May 2007 18:29:26 +0000 Richard Laager message.c: In function 'jabber_message_send_im':
Thu, 24 May 2007 23:14:06 +0000 Sean Egan Convert newlines to ' ' when receiving XHTML from Jabber
Sat, 05 May 2007 19:08:07 +0000 Richard Laager s/Jabber/XMPP in user-visible places.