--- Net-XMPP2/Changes 2007/07/24 12:31:14 1.24 +++ Net-XMPP2/Changes 2007/07/26 19:45:26 1.28 @@ -1,10 +1,18 @@ Revision history for Net-XMPP2 -0.03 +0.04 + - added samples/simple_register_example + - fixed some bugs in Net::XMPP2::Ext::Disco + - now really added support for in band registration (XEP-0077) + - added support for out of band transfers (XEP-0066) + +0.03 Wed Jul 25 12:04:06 CEST 2007 - fundamentally changed how events work, it's now less errorprone for the programmer (you don't have to return a true value now all the time and can call $self->unreg_me for unregistering a callback). + Because of this change send_*_hook and contact_did_* events + have changed their arguments. - implemented SAX event generator for easier integration with other XML libraries and generation of DOM. - added the possibility to completly restore the original