wok diff qxmpp/description.txt @ rev 18430
Up gnuradio (3.7.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 21 18:28:34 2015 +0200 (2015-09-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qxmpp/description.txt Mon Sep 21 18:28:34 2015 +0200 1.3 @@ -0,0 +1,16 @@ 1.4 +QXmpp is a cross-platform C++ XMPP client and server library. It is written 1.5 +in C++ and uses the Qt framework. 1.6 + 1.7 +QXmpp strives to be as easy to use as possible, the underlying TCP socket, 1.8 +the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been 1.9 +encapsulated into classes and functions. QXmpp comes with full 1.10 +API documentation, automatic tests and numerous examples. 1.11 + 1.12 +QXmpp uses Qt extensively, and as such users need to a have working knowledge 1.13 +of C++ and Qt basics (Signals and Slots and Qt data types). 1.14 + 1.15 +Qt is the only third party library which is required to build QXmpp, but 1.16 +libraries such as speex and theora enable additional features. 1.17 + 1.18 +QXmpp is released under the terms of the GNU Lesser General Public License, 1.19 +version 2.1 or later.