diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-28 11:32:08 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-08-28 11:33:05 +0200 |
| commit | 8cd10841fe680c1ff3726d9f74f4f54845c972ea (patch) | |
| tree | 22ceb8738bc17d9540a8f2fa9bd89ca137b80453 | |
| parent | 31ce5f6dd5bd21dfb299096cc914bf9869eea4e2 (diff) | |
| download | qxmpp-8cd10841fe680c1ff3726d9f74f4f54845c972ea.tar.gz | |
feed changelog
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ QXmpp 0.8.4 (UNRELEASED) element instead of "TEL" (issue 65). - Make QXmppClient::connectToServer(QXmppConfiguration, QXmppPresence) a slot (issue 63). + - Correctly receive data immediately following a SOCKS5 message (issue 64). + - Make QXmppStream handle end of incoming stream (issue 70). + - Add unit tests for QXmppCallManager and QXmppTransferManager. + - Improve ICE implementation to follow RFC 5245 more closely and hide + implementation details from public API. QXmpp 0.8.3 (Mar 13, 2015) -------------------------- |
