ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Net-XMPP2/Changes
Revision: 1.16
Committed: Wed Jul 11 13:34:54 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.15: +6 -0 lines
Log Message:
added development client example

File Contents

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