forked from metajack/libstrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
34 lines (26 loc) · 1.03 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
* fixed a bug in the hash where the first entry was never used in an
iterator
Version 0.7.3 (20060309)
* fixed a bug with long log lines getting truncated
* fixed a bug with xmpp_stanza_to_text truncating some lines by one char
* fixed win32 bug where long stanzas didn't work
Version 0.7.2 (20060118)
* fixed a bug in error names/includes
* fixed a bug with sending data when the pipe is full
* fixed a bug with setting error states on connection timeouts
* fixed a bug where session initiation wasn't happening
Version 0.7.1 (20050702)
* fix a bug in the fallback to jabber auth
that prevented login to jabberd 1.4 servers
* Simplify access to the default loggers, and
merge the basic_logging and basic examples
* draft C++ api
Version 0.7 (20050615)
* first public release
* basic connection support
* event handling through callbacks
* stanza creation through local mini-DOM
* support SASL DIGEST-MD5 authentication
* support SASL PLAIN authentication
* support fallback to jabber:auth
* support resource binding