ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision: 1.22
Committed: Fri Jul 20 20:41:47 2007 UTC (19 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.21: +4 -0 lines
Log Message:
lots of changes. added as_string to Net::XMPP2::Node to restore
the original xml document part of a stanza or subtree.
also implemented the jabber component protocol.

File Contents

# User Rev Content
1 elmex 1.1 Revision history for Net-XMPP2
2    
3 elmex 1.19 0.03
4 elmex 1.22 - added the possibility to completly restore the original
5     XML data from a Net::XMPP2::Node.
6     - implemented the component protocol to establish a component
7     stream with a server.
8 elmex 1.21 - reordered events a bit so that session_ready comes after
9     roster retrieval (when it is retrieved)
10     - added possibility to set the initial presence priority
11     or prevent sending of initial presence
12     (see Net::XMPP2::IM::Connection).
13 elmex 1.20 - fixed some minor issue with handling invalid disco results
14 elmex 1.19 - added send_*_hook event hooks for future extensions
15     like the entity capabilities to be able to add payload
16     to outgoing stanzas
17    
18 elmex 1.18 0.02 Wed Jul 11 22:55:56 CEST 2007
19 elmex 1.17 - added iq_xml event
20 elmex 1.16 - added development client example in samples/devcl/
21     - added some debugging events: debug_recv, debug_send, send_stanza_data,
22     and recv_stanza_xml.
23     - the error event now also provides error reporting
24     about exceptions (eq. in IQ callbacks, which is certainly
25     useful for development!)
26 elmex 1.14 - fixed error in binding-handling in case the bind iq gets a timeout
27 elmex 1.15 - added samples/room_lister* and samples/conference_lister
28 elmex 1.12 - redesigned disco mechanism a bit
29     - added error collection event for nicer error reporting capabilities
30     - added samples/disco_test
31 elmex 1.11 - implemented XEP-0004
32 elmex 1.10 - added samples/limit_searcher
33     - added simxml()
34     - splitting up large packets when writing
35 elmex 1.9 - fixed bad link in documentation of Net::XMPP2::IM::Connection
36 elmex 1.8 - added samples/simple_example_1
37 elmex 1.7 - fixed some typos (thanks to lynx aka carlo)
38    
39 elmex 1.6 0.01 Thu Jul 5 19:34:30 CEST 2007
40     - fixed first bugs and tested in daily usage.
41     - implemented XEP-0086
42     - implemented XEP-0030
43     - implemented XEP-0077
44     - implemented 95% of RFC 3921
45     - implemented 95% of RFC 3920
46     - first version, released to an unsuspecting world :-)