forked from qxmpp-project/qxmpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Cross-platform C++ XMPP client and server library
License
cmoede/qxmpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ABOUT QXMPP ----------- QXmpp is cross-platform C++ client library for XMPP. It is based on Qt. QXmpp is released under the terms of the GNU Lesser General Public License, version 2.1 or later. BUILDING QXMPP -------------- You need to have Qt 4.5 or higher to build the QXmpp. The project uses qmake build system of Qt. Building from the command line: cd <where QXmppClient.pro is lying> qmake <respective-make-cmd = gmake, make, mingw32-make, nmake> Building using Qt Creator: Open the qxmpp.pro file in Qt Creator and hit Buil All to build all the examples and library. EXAMPLES -------- Have a look the available examples to start using this library. Logging has been set to stdout so you can see the progress on the command line. * example_0_connected This example just connects to the xmpp server and start receiving presences (updates) from the server. After running this example, you can see this user online, if it's added in your roster (friends list). * example_1_echoClient 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 ------------- You can find information about QXmpp, on the project homepage: http://code.google.com/p/qxmpp SUPPORTED PLATFORMS ------------------- For this release, the following platforms have been tested: win32-g++ (mingw) win32-msvc2005 linux-g++ linux-g++-64 It should work on all the plaforms supported by Qt. For a complete list of platforms support by Qt, see: http://doc.qt.nokia.com/supported-platforms.html HOW TO REPORT A BUG ------------------- If you think you have found a bug in QXmpp, we would like to hear about it so that we can fix it. Before reporting a bug, please check if the issue is already know at: http://code.google.com/p/qxmpp/issues/
About
Cross-platform C++ XMPP client and server library
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 98.6%
- Other 1.4%