wok
annotate qxmpp/description.txt @ rev 20167
Up smtube, smplayer (18.1.0)
author |
Xander Ziiryanoff <psychomaniak@xakep.ru> |
date |
Thu Jan 11 13:05:26 2018 +0100 (2018-01-11) |
parents |
|
children |
|
rev |
line source |
al@16321
|
1 QXmpp is a cross-platform C++ XMPP client and server library. It is written
|
al@16321
|
2 in C++ and uses the Qt framework.
|
al@16321
|
3
|
al@16321
|
4 QXmpp strives to be as easy to use as possible, the underlying TCP socket,
|
al@16321
|
5 the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been
|
al@16321
|
6 encapsulated into classes and functions. QXmpp comes with full
|
al@16321
|
7 API documentation, automatic tests and numerous examples.
|
al@16321
|
8
|
al@16321
|
9 QXmpp uses Qt extensively, and as such users need to a have working knowledge
|
al@16321
|
10 of C++ and Qt basics (Signals and Slots and Qt data types).
|
al@16321
|
11
|
al@16321
|
12 Qt is the only third party library which is required to build QXmpp, but
|
al@16321
|
13 libraries such as speex and theora enable additional features.
|
al@16321
|
14
|
al@16321
|
15 QXmpp is released under the terms of the GNU Lesser General Public License,
|
al@16321
|
16 version 2.1 or later.
|