diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 09:18:30 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 09:18:30 +0000 |
| commit | 4eec0d9d9b72c0ca02d0e5dd83619c46fd341440 (patch) | |
| tree | dc443cb01685257057febc0214b4b143cb010fde | |
| parent | 70c3957a1a90d8d06ed27becd8c2563a781c70b0 (diff) | |
| download | qxmpp-4eec0d9d9b72c0ca02d0e5dd83619c46fd341440.tar.gz | |
feed changelog
| -rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +QXmpp 0.3.0 (UNRELEASED) +------------------------ + + - New classes + * QXmppServer: base class for building XMPP servers + + - Add support for DNS SRV lookups, meaning you can connect to nearly all + servers using only a JID and a password. + + - Improve support for SASL authentication, with a verification of the second + challenge message sent by the server. + QXmpp 0.2.0 (Aug 22, 2010) -------------------------- - New XEPs |
