summaryrefslogtreecommitdiffstats
path: root/libraries/qxmpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/qxmpp/README')
-rw-r--r--libraries/qxmpp/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/qxmpp/README b/libraries/qxmpp/README
new file mode 100644
index 0000000000..7e35378740
--- /dev/null
+++ b/libraries/qxmpp/README
@@ -0,0 +1,15 @@
+QXmpp is a cross-platform C++ XMPP client and server library. It is
+written in C++ and uses Qt framework.
+
+QXmpp strives to be as easy to use as possible, the underlying TCP
+socket, the core XMPP RFCs (RFC6120 and RFC6121) and XMPP extensions
+have been nicely encapsulated into classes. QXmpp is ready to build
+XMPP clients complying with the XMPP Compliance Suites 2022 for IM and
+Advanced Mobile. It comes with full API documentation, automatic tests
+and some 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 GStreamer enable additional features.