From fcdd9db13a0c831738bc748cc0fc12a96036714e Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 5 Sep 2010 14:56:43 +0000 Subject: alignment --- CHANGELOG | 16 ++++++++-------- examples/examples.pro | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fad2ceaf..cec47ed3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -- cgit v1.2.3