ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision: 1.20
Committed: Sun Jul 15 15:11:31 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.19: +1 -0 lines
Log Message:
fixed minor issue with disco

File Contents

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