diff options
| -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 |
