ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
(Generate patch)

Comparing Net-XMPP2/Changes (file contents):
Revision 1.24 by elmex, Tue Jul 24 12:31:14 2007 UTC vs.
Revision 1.27 by elmex, Wed Jul 25 13:53:32 2007 UTC

1Revision history for Net-XMPP2 1Revision history for Net-XMPP2
2 2
30.03 30.04
4 - fixed some bugs in Net::XMPP2::Ext::Disco
5 - now really added support for in band registration (XEP-0077)
6 - added support for out of band transfers (XEP-0066)
7
80.03 Wed Jul 25 12:04:06 CEST 2007
4 - fundamentally changed how events work, it's now less 9 - fundamentally changed how events work, it's now less
5 errorprone for the programmer (you don't have to return 10 errorprone for the programmer (you don't have to return
6 a true value now all the time and can call $self->unreg_me 11 a true value now all the time and can call $self->unreg_me
7 for unregistering a callback). 12 for unregistering a callback).
13 Because of this change send_*_hook and contact_did_* events
14 have changed their arguments.
8 - implemented SAX event generator for easier integration 15 - implemented SAX event generator for easier integration
9 with other XML libraries and generation of DOM. 16 with other XML libraries and generation of DOM.
10 - added the possibility to completly restore the original 17 - added the possibility to completly restore the original
11 XML data from a Net::XMPP2::Node. 18 XML data from a Net::XMPP2::Node.
12 - implemented the component protocol to establish a component 19 - implemented the component protocol to establish a component

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines