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

Comparing Net-XMPP2/Changes (file contents):
Revision 1.20 by elmex, Sun Jul 15 15:11:31 2007 UTC vs.
Revision 1.24 by elmex, Tue Jul 24 12:31:14 2007 UTC

1Revision history for Net-XMPP2 1Revision history for Net-XMPP2
2 2
30.03 30.03
4 - fundamentally changed how events work, it's now less
5 errorprone for the programmer (you don't have to return
6 a true value now all the time and can call $self->unreg_me
7 for unregistering a callback).
8 - implemented SAX event generator for easier integration
9 with other XML libraries and generation of DOM.
10 - added the possibility to completly restore the original
11 XML data from a Net::XMPP2::Node.
12 - implemented the component protocol to establish a component
13 stream with a server.
14 - reordered events a bit so that session_ready comes after
15 roster retrieval (when it is retrieved)
16 - added possibility to set the initial presence priority
17 or prevent sending of initial presence
18 (see Net::XMPP2::IM::Connection).
4 - fixed some minor issue with handling invalid disco results 19 - fixed some minor issue with handling invalid disco results
5 - added send_*_hook event hooks for future extensions 20 - added send_*_hook event hooks for future extensions
6 like the entity capabilities to be able to add payload 21 like the entity capabilities to be able to add payload
7 to outgoing stanzas 22 to outgoing stanzas
8 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines