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

Comparing Net-XMPP2/Changes (file contents):
Revision 1.18 by elmex, Wed Jul 11 20:56:49 2007 UTC vs.
Revision 1.28 by elmex, Thu Jul 26 19:45:26 2007 UTC

1Revision history for Net-XMPP2 1Revision history for Net-XMPP2
2
30.04
4 - added samples/simple_register_example
5 - fixed some bugs in Net::XMPP2::Ext::Disco
6 - now really added support for in band registration (XEP-0077)
7 - added support for out of band transfers (XEP-0066)
8
90.03 Wed Jul 25 12:04:06 CEST 2007
10 - fundamentally changed how events work, it's now less
11 errorprone for the programmer (you don't have to return
12 a true value now all the time and can call $self->unreg_me
13 for unregistering a callback).
14 Because of this change send_*_hook and contact_did_* events
15 have changed their arguments.
16 - implemented SAX event generator for easier integration
17 with other XML libraries and generation of DOM.
18 - added the possibility to completly restore the original
19 XML data from a Net::XMPP2::Node.
20 - implemented the component protocol to establish a component
21 stream with a server.
22 - reordered events a bit so that session_ready comes after
23 roster retrieval (when it is retrieved)
24 - added possibility to set the initial presence priority
25 or prevent sending of initial presence
26 (see Net::XMPP2::IM::Connection).
27 - fixed some minor issue with handling invalid disco results
28 - added send_*_hook event hooks for future extensions
29 like the entity capabilities to be able to add payload
30 to outgoing stanzas
2 31
30.02 Wed Jul 11 22:55:56 CEST 2007 320.02 Wed Jul 11 22:55:56 CEST 2007
4 - added iq_xml event 33 - added iq_xml event
5 - added development client example in samples/devcl/ 34 - added development client example in samples/devcl/
6 - added some debugging events: debug_recv, debug_send, send_stanza_data, 35 - added some debugging events: debug_recv, debug_send, send_stanza_data,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines