diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ [](https://travis-ci.org/qxmpp-project/qxmpp) [](https://codecov.io/gh/qxmpp-project/qxmpp) -ABOUT QXMPP +About QXmpp =========== QXmpp is a cross-platform C++ XMPP client and server library. It is written @@ -21,7 +21,7 @@ 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. -BUILDING QXMPP +Building QXmpp ============== QXmpp requires Qt 5.0 or higher with SSL enabled. @@ -45,7 +45,7 @@ You can pass the following arguments to CMake: WITH_THEORA to enable theora video codec (default: false) WITH_VPX to enable vpx video codec (default: false) -INSTALLING QXMPP +Installing QXmpp ================ After building QXmpp, you can install the Headers, Libraries @@ -55,7 +55,7 @@ Install from command line: cmake --build . --target install -EXAMPLES +Examples ======== Look at the example directory for various examples. Here is a description of @@ -71,14 +71,14 @@ This is a very simple bot which echoes the message sent to it. Run this example, send it a message from a friend of this bot and you will receive the message back. This example shows how to receive and send messages. -DOCUMENTATION +Documentation ============= You can find the API documentation for the latest QXmpp version here: http://doc.qxmpp.org/ -SUPPORTED PLATFORMS +Supported Platforms =================== It should work on all the platforms supported by Qt. For a complete list of @@ -86,7 +86,7 @@ platforms support by Qt, see: https://doc.qt.io/qt-5/supported-platforms.html -HOW TO REPORT A BUG +How to report a bug =================== If you think you have found a bug in QXmpp, we would like to hear about @@ -95,7 +95,7 @@ is already know at: https://github.com/qxmpp-project/qxmpp/issues -DISCUSSION GROUP +Discussion Group ================ Join QXmpp Discussion Group for queries, discussions and updates. |
