diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-05 14:56:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-05 14:56:43 +0000 |
| commit | fcdd9db13a0c831738bc748cc0fc12a96036714e (patch) | |
| tree | d6d1359240057d180a318239e2d3b60a7ad169c1 | |
| parent | ce05273a9c959d81ac1341b3fcba35a019079bfb (diff) | |
| download | qxmpp-fcdd9db13a0c831738bc748cc0fc12a96036714e.tar.gz | |
alignment
| -rw-r--r-- | CHANGELOG | 16 | ||||
| -rw-r--r-- | examples/examples.pro | 3 |
2 files changed, 10 insertions, 9 deletions
@@ -1,20 +1,20 @@ QXmpp 0.3.0 (Unreleased) ------------------------ - New XEPs - * XEP-0153: vCard-Based Avatars + * XEP-0153: vCard-Based Avatars - - New classes + - 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. + - 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. + - Improve support for SASL authentication, with a verification of the second + challenge message sent by the server. - - Add support for the birthday and URL attributes in vCards. + - Add support for the birthday and URL attributes in vCards. - - Improve STUN support for VoIP calls by detecting server-reflexive address. + - Improve STUN support for VoIP calls by detecting server-reflexive address. QXmpp 0.2.0 (Aug 22, 2010) -------------------------- diff --git a/examples/examples.pro b/examples/examples.pro index 66c68dc3..d8025e23 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -10,4 +10,5 @@ SUBDIRS = example_0_connected\ example_5_rpcInterface\ example_6_rpcClient\ example_7_archiveHandling\ - example_8_server + example_8_server\ + GuiClient |
