ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision: 1.21
Committed: Thu Jul 19 11:36:32 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.20: +5 -0 lines
Log Message:
added initial_presence argument to the IM::Connection and the
Client. added and upgraded some examples. further work on the
registration forms.

File Contents

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