--- Net-XMPP2/Changes 2007/01/23 22:36:11 1.2 +++ Net-XMPP2/Changes 2007/07/11 20:56:49 1.18 @@ -1,6 +1,31 @@ Revision history for Net-XMPP2 -0.01 - - implemented 95% of RFC 3920 - - first version, released on an unsuspecting world :-) +0.02 Wed Jul 11 22:55:56 CEST 2007 + - added iq_xml event + - added development client example in samples/devcl/ + - added some debugging events: debug_recv, debug_send, send_stanza_data, + and recv_stanza_xml. + - the error event now also provides error reporting + about exceptions (eq. in IQ callbacks, which is certainly + useful for development!) + - fixed error in binding-handling in case the bind iq gets a timeout + - added samples/room_lister* and samples/conference_lister + - redesigned disco mechanism a bit + - added error collection event for nicer error reporting capabilities + - added samples/disco_test + - implemented XEP-0004 + - added samples/limit_searcher + - added simxml() + - splitting up large packets when writing + - fixed bad link in documentation of Net::XMPP2::IM::Connection + - added samples/simple_example_1 + - fixed some typos (thanks to lynx aka carlo) +0.01 Thu Jul 5 19:34:30 CEST 2007 + - fixed first bugs and tested in daily usage. + - implemented XEP-0086 + - implemented XEP-0030 + - implemented XEP-0077 + - implemented 95% of RFC 3921 + - implemented 95% of RFC 3920 + - first version, released to an unsuspecting world :-)