diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-04-06 12:25:38 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-04-06 12:25:38 +0200 |
| commit | 6b4a8bfad12d371ea4e810ed9662b484fcc9326b (patch) | |
| tree | 66cf0b5cc6d1933db223b650930353449c3cdc68 | |
| parent | 88e35246fed9345f540e7f6eb749097fd74f5cfb (diff) | |
| download | qxmpp-6b4a8bfad12d371ea4e810ed9662b484fcc9326b.tar.gz | |
include text from old homepage
| -rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -3,7 +3,19 @@ ABOUT QXMPP =========== -QXmpp is cross-platform C++ client library for XMPP. It is based on Qt. +QXmpp is a cross-platform C++ XMPP client and server library. It is written +in C++ and uses the 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. + +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). + +Qt is the only third party library which is required to build QXmpp, but +libraries such as speex and theora enable additional features. QXmpp is released under the terms of the GNU Lesser General Public License, version 2.1 or later. |
