aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-17 05:34:18 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-17 05:34:18 +0000
commit84c1f4bfef2c01d5e361521db466c188ccd5ffc2 (patch)
treef035104e83e20469645a1cfce21ad42b0e659abe
parenta24a0a728a065fa007e95f31538122667f5f7096 (diff)
downloadqxmpp-84c1f4bfef2c01d5e361521db466c188ccd5ffc2.tar.gz
more changes
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c30ef90..64e19776 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,8 +21,11 @@
- New XEPs (Initial Support)
* XEP-0136: Message Archiving
- * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
+ * XEP-0176: Jingle ICE-UDP Transport Method [Experimental]
+- Doxygen Documentation
+- Added targets in *.pro file for packaging, installing and generating documentation
+- Using QXmlStreamWriter while creating stanzas to be sent to the server
- 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
@@ -33,7 +36,6 @@
- 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