ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision: 1.28
Committed: Thu Jul 26 19:45:26 2007 UTC (19 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.27: +1 -0 lines
Log Message:
added example for registration to documentation

File Contents

# User Rev Content
1 elmex 1.1 Revision history for Net-XMPP2
2    
3 elmex 1.27 0.04
4 elmex 1.28 - added samples/simple_register_example
5 elmex 1.27 - fixed some bugs in Net::XMPP2::Ext::Disco
6     - now really added support for in band registration (XEP-0077)
7     - added support for out of band transfers (XEP-0066)
8    
9 elmex 1.26 0.03 Wed Jul 25 12:04:06 CEST 2007
10 elmex 1.24 - fundamentally changed how events work, it's now less
11     errorprone for the programmer (you don't have to return
12     a true value now all the time and can call $self->unreg_me
13     for unregistering a callback).
14 elmex 1.25 Because of this change send_*_hook and contact_did_* events
15     have changed their arguments.
16 elmex 1.23 - implemented SAX event generator for easier integration
17     with other XML libraries and generation of DOM.
18 elmex 1.22 - added the possibility to completly restore the original
19     XML data from a Net::XMPP2::Node.
20     - implemented the component protocol to establish a component
21     stream with a server.
22 elmex 1.21 - reordered events a bit so that session_ready comes after
23     roster retrieval (when it is retrieved)
24     - added possibility to set the initial presence priority
25     or prevent sending of initial presence
26     (see Net::XMPP2::IM::Connection).
27 elmex 1.20 - fixed some minor issue with handling invalid disco results
28 elmex 1.19 - added send_*_hook event hooks for future extensions
29     like the entity capabilities to be able to add payload
30     to outgoing stanzas
31    
32 elmex 1.18 0.02 Wed Jul 11 22:55:56 CEST 2007
33 elmex 1.17 - added iq_xml event
34 elmex 1.16 - added development client example in samples/devcl/
35     - added some debugging events: debug_recv, debug_send, send_stanza_data,
36     and recv_stanza_xml.
37     - the error event now also provides error reporting
38     about exceptions (eq. in IQ callbacks, which is certainly
39     useful for development!)
40 elmex 1.14 - fixed error in binding-handling in case the bind iq gets a timeout
41 elmex 1.15 - added samples/room_lister* and samples/conference_lister
42 elmex 1.12 - redesigned disco mechanism a bit
43     - added error collection event for nicer error reporting capabilities
44     - added samples/disco_test
45 elmex 1.11 - implemented XEP-0004
46 elmex 1.10 - added samples/limit_searcher
47     - added simxml()
48     - splitting up large packets when writing
49 elmex 1.9 - fixed bad link in documentation of Net::XMPP2::IM::Connection
50 elmex 1.8 - added samples/simple_example_1
51 elmex 1.7 - fixed some typos (thanks to lynx aka carlo)
52    
53 elmex 1.6 0.01 Thu Jul 5 19:34:30 CEST 2007
54     - fixed first bugs and tested in daily usage.
55     - implemented XEP-0086
56     - implemented XEP-0030
57     - implemented XEP-0077
58     - implemented 95% of RFC 3921
59     - implemented 95% of RFC 3920
60     - first version, released to an unsuspecting world :-)