# # ChangeLog for protocols/jabber/presence.c # # Generated by Trac 1.2.3 # 2024-05-03T05:24:50Z Sun, 15 Oct 2006 20:24:01 GMT Wilmer van der Gaast [788a1af] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/presence.c (modified) Proper cleanup of jabber buddy structures when removing a buddy from ... Tue, 10 Oct 2006 12:10:20 GMT Wilmer van der Gaast [8eb10c9] * protocols/jabber/presence.c (modified) Oops... When I say ignore, I really mean ignore! Tue, 10 Oct 2006 12:05:42 GMT Wilmer van der Gaast [a21a8ac] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/presence.c (modified) Added resource selection (based on priority or time of last message) ... Mon, 09 Oct 2006 18:19:05 GMT Wilmer van der Gaast [6a1128d] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) The module now keeps track of all resources available for a buddy. ... Sat, 07 Oct 2006 17:46:28 GMT Wilmer van der Gaast [36e9f62] * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/presence.c (modified) Added SRV lookups to automatically find out the correct server for a ... Mon, 02 Oct 2006 18:32:21 GMT Wilmer van der Gaast [6266fca] * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Fixed memory leak in jabber_buddy_ask() and added "handling" of ... Sun, 24 Sep 2006 19:25:06 GMT Wilmer van der Gaast [8e5e2e9] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Handling of incoming authorization requests, manual block/allow. ... Sun, 24 Sep 2006 18:08:07 GMT Wilmer van der Gaast [cfbb3a6] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) Added add_buddy/remove_buddy functions. Removing a contact doesn't ... Sun, 24 Sep 2006 10:25:41 GMT Wilmer van der Gaast [172a73f1] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Updated stuff to handle changing the priority setting. Sat, 23 Sep 2006 16:18:24 GMT Wilmer van der Gaast [5e202b0] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) Implemented a list of away states, using this for a better ... Thu, 21 Sep 2006 19:48:17 GMT Wilmer van der Gaast [deff040] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) Implemented set_away() (VERY simple version, have to add an away ... Thu, 21 Sep 2006 09:37:03 GMT Wilmer van der Gaast [4a0614e] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) Added simple parsing of incoming tags, a nice ... Wed, 20 Sep 2006 20:26:47 GMT Wilmer van der Gaast [0b4a0db] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) Now parsing roster properly. (Hopefully...) Wed, 20 Sep 2006 19:42:27 GMT Wilmer van der Gaast [21167d2] * protocols/jabber/Makefile (modified) * protocols/jabber/io.c (added) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) It can send a valid (pre-XMPP) login packet. Lots of work to do, still... Wed, 20 Sep 2006 10:18:56 GMT Wilmer van der Gaast [f06894d] * protocols/jabber/Makefile (modified) * protocols/jabber/iq.c (added) * protocols/jabber/jabber.c (added) * protocols/jabber/jabber.h (added) * protocols/jabber/jabber_util.c (added) * protocols/jabber/message.c (added) * protocols/jabber/presence.c (added) * protocols/jabber/xmltree.h (modified) Added some pretty empty files.