diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-21 09:33:07 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-08-21 09:33:07 +0000 |
| commit | 15474912a552b8b9030e168acec49b1cb5e280f7 (patch) | |
| tree | 529ac40e610bc86a12e6f29283bbd84a65375f0f | |
| parent | b929d07df16d86df5e81a0713762e12a3ca627d2 (diff) | |
| download | qxmpp-15474912a552b8b9030e168acec49b1cb5e280f7.tar.gz | |
QXmppRoster to QXmppRosterManager
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,7 @@ QXmpp 0.2.0 (Aug XX, 2010) - Add support for keep-alive pings - Report authentication errors - Automatic reconnection mechanism - - Add a test suite for stanza parsing / serialisation + - Test suite for stanza parsing/serialisation - Refactor the logging code - Add proxy support - Fixed compile time warning messages @@ -48,6 +48,7 @@ QXmpp 0.2.0 (Aug XX, 2010) - Support for attaching an extension element to messages and presences (QXmppElement) - Move parsing to the stanzas itself QXmppStanza::parse() - QXMPP_NO_GUI define to remove dependency on QtGui + - Change QXmppRoster to QXmppRosterManager to have a consistent API QXmpp 0.1 (Jun 14, 2009) ------------------------ |
