# # ChangeLog for protocols/jabber/iq.c # # Generated by Trac 1.2.3 # 2024-04-23T22:47:22Z Sat, 28 Oct 2006 20:54:40 GMT Wilmer van der Gaast [abbd8ed] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) Added handling of roster pushes. This means your local buddy list ... Fri, 20 Oct 2006 19:12:14 GMT Wilmer van der Gaast [dfa41a4] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Now all IQ packets get an ID and cached packets get a "special" ID. ... Wed, 18 Oct 2006 17:47:08 GMT Wilmer van der Gaast [1991be6] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) get_info() now displays vCard information too. Mon, 16 Oct 2006 08:21:03 GMT Wilmer van der Gaast [e727608] * protocols/jabber/iq.c (modified) hash_hex buffer for IQ digest authentication missed one byte... Thu, 12 Oct 2006 21:01:51 GMT Wilmer van der Gaast [a4effbf] * protocols/jabber/iq.c (modified) Replies to jabber:iq:time packets. Thu, 12 Oct 2006 17:48:58 GMT Wilmer van der Gaast [259edd4] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/jabber/xmltree.h (modified) Special message when the XMPP session is ended because of a ... Wed, 11 Oct 2006 08:45:45 GMT Wilmer van der Gaast [58b5f62] * protocols/jabber/iq.c (modified) Handling of some basic IQ-get packets. Sun, 08 Oct 2006 18:41:11 GMT Wilmer van der Gaast [861c199] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Moved handling of all IQ packets to event handlers. Cleaned up a LOT ... Sun, 08 Oct 2006 16:11:16 GMT Wilmer van der Gaast [038d17f] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Implemented a better node cache using a GLib hash, and preparing to ... Sat, 07 Oct 2006 13:01:02 GMT Wilmer van der Gaast [090f1cb] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/xmltree.c (modified) Never mind about those privacy lists, they're horrible and not ... Mon, 02 Oct 2006 17:46:57 GMT Wilmer van der Gaast [995913b] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Added some error handling for the (not very complete yet) privacy ... Sun, 01 Oct 2006 09:31:41 GMT Wilmer van der Gaast [6baca2a] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Some initial hooks/stuff for privacy lists, and fixed a crash bug on ... Tue, 26 Sep 2006 13:12:11 GMT Wilmer van der Gaast [8e6c732] * protocols/jabber/iq.c (modified) Proper detection of resource changed strings from the server. 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 ... 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 ... Fri, 22 Sep 2006 18:39:31 GMT Wilmer van der Gaast [fe7a554] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/sasl.c (modified) Better detection of successful IQ authentication (using packet ... Fri, 22 Sep 2006 16:56:58 GMT Wilmer van der Gaast [8d74291] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/sasl.c (modified) * protocols/nogaim.c (modified) Fixed return value on incomplete write()s in write handler, ... 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 20:09:19 GMT Wilmer van der Gaast [70f6aab8] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) It now requests a roster when logged in, no parsing for it yet. 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.