diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-17 05:11:01 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-17 05:11:01 +0000 |
| commit | 9d91ef9d300dfc4f347616838f748879d03cbdcb (patch) | |
| tree | 0828f321fa1064a2c19ce9bffca7d7db2ab856ee | |
| parent | 61bba59b354ad07b89d3bcd5ff6c248ed2ba8c33 (diff) | |
| download | qxmpp-9d91ef9d300dfc4f347616838f748879d03cbdcb.tar.gz | |
add CHANGELOG
| -rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..d9f4252e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,21 @@ + v0.2 (Aug XX, 2010)
+---------------------
+
+- clean up getter accessors from "getFoo" to "foo"
+- add proper file transfer management instead of the shaky IBB-only
+- add support for keep-alive pings
+- report authentication errors
+- disable automatic reconnection when a "conflict" stream errors is received
+ (avoid ping-pong between two QXmpp-based clients using the same jid/resource)
+- add initial support for archive managements
+- add initial support for Jingle call establishment
+- fix the XML-RPC code's encoding/decoding for types other than strings
+- add a test suite for stanza parsing / serialisation
+- add doxygen documentation
+- refactor the logging code
+
+
+ v0.1 (Jun 14, 2009)
+---------------------
+
+ - First public release
|
