aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2014-04-06 12:25:38 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2014-04-06 12:25:38 +0200
commit6b4a8bfad12d371ea4e810ed9662b484fcc9326b (patch)
tree66cf0b5cc6d1933db223b650930353449c3cdc68
parent88e35246fed9345f540e7f6eb749097fd74f5cfb (diff)
downloadqxmpp-6b4a8bfad12d371ea4e810ed9662b484fcc9326b.tar.gz
include text from old homepage
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6e5e8cc..cdc74d11 100644
--- a/README.md
+++ b/README.md
@@ -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.