diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-08-21 11:26:03 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-08-21 11:26:03 +0200 |
| commit | d8d2a1f13eaca2f73f92a9a3da20df3acf44e9c1 (patch) | |
| tree | 953f9706501ff4dcbe4e0311a369854feb24f77b /doc/index.doc | |
| parent | 4b53eea047641cb77c542e4ce3292f2dcdd39522 (diff) | |
| download | qxmpp-d8d2a1f13eaca2f73f92a9a3da20df3acf44e9c1.tar.gz | |
add list of XEPs to documentation
Diffstat (limited to 'doc/index.doc')
| -rw-r--r-- | doc/index.doc | 77 |
1 files changed, 37 insertions, 40 deletions
diff --git a/doc/index.doc b/doc/index.doc index 19941e6c..1652fe18 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -1,41 +1,38 @@ -/*! - \mainpage - - QXmpp is a cross-platform C++ XMPP client library based on the Qt - framework. It tries to use Qt's programming conventions in order to ease - the learning curve for new programmers. - - QXmpp based clients are built using QXmppClient instances which handle the - establishment of the XMPP connection and provide a number of high-level - "managers" to perform specific tasks. You can write your own managers to - extend QXmpp by subclassing QXmppClientExtension. - - <B>Main Class:</B> - - QXmppClient - - <B>Managers to perform specific tasks:</B> - - QXmppRosterManager - - QXmppVCardManager - - QXmppTransferManager - - QXmppMucManager - - QXmppCallManager - - QXmppArchiveManager - - QXmppVersionManager - - QXmppDiscoveryManager - - QXmppEntityTimeManager - - <B>XMPP stanzas:</B> If you are interested in a more low-level API, you can refer to these - classes. - - QXmppIq - - QXmppMessage - - QXmppPresence - - <BR><BR> - <B>Project Details:</B> - - Project Page: https://github.com/qxmpp-project/qxmpp/ - <BR> - Report Issues: https://github.com/qxmpp-project/qxmpp/issues/ - <BR> - New Releases: https://github.com/qxmpp-project/qxmpp/downloads/ +/*! \mainpage + +QXmpp is a cross-platform C++ XMPP client library based on the Qt +framework. It tries to use Qt's programming conventions in order to ease +the learning curve for new programmers. + +QXmpp based clients are built using QXmppClient instances which handle the +establishment of the XMPP connection and provide a number of high-level +"managers" to perform specific tasks. You can write your own managers to +extend QXmpp by subclassing QXmppClientExtension. + +<B>Main Class:</B> +- QXmppClient + +<B>Managers to perform specific tasks:</B> +- QXmppRosterManager +- QXmppVCardManager +- QXmppTransferManager +- QXmppMucManager +- QXmppCallManager +- QXmppArchiveManager +- QXmppVersionManager +- QXmppDiscoveryManager +- QXmppEntityTimeManager + +<B>XMPP stanzas:</B> If you are interested in a more low-level API, you can refer to these +classes. +- QXmppIq +- QXmppMessage +- QXmppPresence + +<B>Project Details:</B> + +- Project Page: https://github.com/qxmpp-project/qxmpp/ +- Report Issues: https://github.com/qxmpp-project/qxmpp/issues/ +- New Releases: https://github.com/qxmpp-project/qxmpp/downloads/ + */ |
