diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2014-04-18 13:56:31 +0530 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2014-04-18 14:41:09 +0530 |
| commit | 15b93f1a1a6d0cafa6883b57197ce00f422563ae (patch) | |
| tree | 31a9eb251ffba8337b1e2b28cdb4b7e8ba013936 | |
| parent | 051295baa9c1a9cc953fece3d339f8174fb30127 (diff) | |
| download | qxmpp-15b93f1a1a6d0cafa6883b57197ce00f422563ae.tar.gz | |
minor changes
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,12 +4,12 @@ ABOUT QXMPP =========== QXmpp is a cross-platform C++ XMPP client and server library. It is written -in C++ and uses the Qt framework. +in C++ and uses Qt framework. QXmpp strives to be as easy to use as possible, the underlying TCP socket, the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been -encapsulated into classes and functions. QXmpp comes with full API -documentation, automatic tests and numerous examples. +nicely encapsulated into classes. QXmpp comes with full API +documentation, automatic tests and many examples. QXmpp uses Qt extensively, and as such users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). |
