ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision: 1.24
Committed: Tue Jul 24 12:31:14 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.23: +4 -0 lines
Log Message:
documentation update

File Contents

# Content
1 Revision history for Net-XMPP2
2
3 0.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).
19 - fixed some minor issue with handling invalid disco results
20 - added send_*_hook event hooks for future extensions
21 like the entity capabilities to be able to add payload
22 to outgoing stanzas
23
24 0.02 Wed Jul 11 22:55:56 CEST 2007
25 - added iq_xml event
26 - added development client example in samples/devcl/
27 - added some debugging events: debug_recv, debug_send, send_stanza_data,
28 and recv_stanza_xml.
29 - the error event now also provides error reporting
30 about exceptions (eq. in IQ callbacks, which is certainly
31 useful for development!)
32 - fixed error in binding-handling in case the bind iq gets a timeout
33 - added samples/room_lister* and samples/conference_lister
34 - redesigned disco mechanism a bit
35 - added error collection event for nicer error reporting capabilities
36 - added samples/disco_test
37 - implemented XEP-0004
38 - added samples/limit_searcher
39 - added simxml()
40 - splitting up large packets when writing
41 - fixed bad link in documentation of Net::XMPP2::IM::Connection
42 - added samples/simple_example_1
43 - fixed some typos (thanks to lynx aka carlo)
44
45 0.01 Thu Jul 5 19:34:30 CEST 2007
46 - fixed first bugs and tested in daily usage.
47 - implemented XEP-0086
48 - implemented XEP-0030
49 - implemented XEP-0077
50 - implemented 95% of RFC 3921
51 - implemented 95% of RFC 3920
52 - first version, released to an unsuspecting world :-)