--- Net-XMPP2/Changes 2007/07/08 15:52:37 1.13 +++ Net-XMPP2/Changes 2007/07/15 15:11:31 1.20 @@ -1,7 +1,21 @@ Revision history for Net-XMPP2 -0.02 - - added samples/room_lister* +0.03 + - fixed some minor issue with handling invalid disco results + - added send_*_hook event hooks for future extensions + like the entity capabilities to be able to add payload + to outgoing stanzas + +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