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

Comparing Net-XMPP2/Changes (file contents):
Revision 1.13 by elmex, Sun Jul 8 15:52:37 2007 UTC vs.
Revision 1.25 by elmex, Tue Jul 24 13:35:22 2007 UTC

1Revision history for Net-XMPP2 1Revision history for Net-XMPP2
2 2
30.02 30.03
4 - added samples/room_lister* 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 Because of this change send_*_hook and contact_did_* events
9 have changed their arguments.
10 - implemented SAX event generator for easier integration
11 with other XML libraries and generation of DOM.
12 - added the possibility to completly restore the original
13 XML data from a Net::XMPP2::Node.
14 - implemented the component protocol to establish a component
15 stream with a server.
16 - reordered events a bit so that session_ready comes after
17 roster retrieval (when it is retrieved)
18 - added possibility to set the initial presence priority
19 or prevent sending of initial presence
20 (see Net::XMPP2::IM::Connection).
21 - fixed some minor issue with handling invalid disco results
22 - added send_*_hook event hooks for future extensions
23 like the entity capabilities to be able to add payload
24 to outgoing stanzas
25
260.02 Wed Jul 11 22:55:56 CEST 2007
27 - added iq_xml event
28 - added development client example in samples/devcl/
29 - added some debugging events: debug_recv, debug_send, send_stanza_data,
30 and recv_stanza_xml.
31 - the error event now also provides error reporting
32 about exceptions (eq. in IQ callbacks, which is certainly
33 useful for development!)
34 - fixed error in binding-handling in case the bind iq gets a timeout
35 - added samples/room_lister* and samples/conference_lister
5 - redesigned disco mechanism a bit 36 - redesigned disco mechanism a bit
6 - added error collection event for nicer error reporting capabilities 37 - added error collection event for nicer error reporting capabilities
7 - added samples/disco_test 38 - added samples/disco_test
8 - implemented XEP-0004 39 - implemented XEP-0004
9 - added samples/limit_searcher 40 - added samples/limit_searcher

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines