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