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

Comparing Net-XMPP2/Changes (file contents):
Revision 1.9 by elmex, Fri Jul 6 06:49:33 2007 UTC vs.
Revision 1.23 by elmex, Tue Jul 24 07:56:11 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines