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.27 by elmex, Wed Jul 25 13:53:32 2007 UTC

1Revision history for Net-XMPP2 1Revision history for Net-XMPP2
2 2
30.02 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
9 - fundamentally changed how events work, it's now less
10 errorprone for the programmer (you don't have to return
11 a true value now all the time and can call $self->unreg_me
12 for unregistering a callback).
13 Because of this change send_*_hook and contact_did_* events
14 have changed their arguments.
15 - implemented SAX event generator for easier integration
16 with other XML libraries and generation of DOM.
17 - added the possibility to completly restore the original
18 XML data from a Net::XMPP2::Node.
19 - implemented the component protocol to establish a component
20 stream with a server.
21 - reordered events a bit so that session_ready comes after
22 roster retrieval (when it is retrieved)
23 - added possibility to set the initial presence priority
24 or prevent sending of initial presence
25 (see Net::XMPP2::IM::Connection).
26 - fixed some minor issue with handling invalid disco results
27 - added send_*_hook event hooks for future extensions
28 like the entity capabilities to be able to add payload
29 to outgoing stanzas
30
310.02 Wed Jul 11 22:55:56 CEST 2007
32 - added iq_xml event
33 - added development client example in samples/devcl/
34 - added some debugging events: debug_recv, debug_send, send_stanza_data,
35 and recv_stanza_xml.
36 - the error event now also provides error reporting
37 about exceptions (eq. in IQ callbacks, which is certainly
38 useful for development!)
39 - fixed error in binding-handling in case the bind iq gets a timeout
40 - added samples/room_lister* and samples/conference_lister
41 - redesigned disco mechanism a bit
42 - added error collection event for nicer error reporting capabilities
43 - added samples/disco_test
44 - implemented XEP-0004
45 - added samples/limit_searcher
46 - added simxml()
47 - splitting up large packets when writing
4 - fixed bad link in documentation of Net::XMPP2::IM::Connection 48 - fixed bad link in documentation of Net::XMPP2::IM::Connection
5 - added samples/simple_example_1 49 - added samples/simple_example_1
6 - fixed some typos (thanks to lynx aka carlo) 50 - fixed some typos (thanks to lynx aka carlo)
7 51
80.01 Thu Jul 5 19:34:30 CEST 2007 520.01 Thu Jul 5 19:34:30 CEST 2007

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines