From 239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Mon, 26 Oct 2009 17:01:09 +0000 Subject: Fix for Issue 23: QXmppBind compilation error on macosx starting from r23 Issue 26: examples fail to link on macosx and linux Issue 24: all text files should have the svn property eol-style set Contributed by: Marco Molteni --- README | 120 ++++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) (limited to 'README') diff --git a/README b/README index e8207978..d54f955d 100644 --- a/README +++ b/README @@ -1,60 +1,60 @@ -ABOUT - -This is QXmpp version 0.1. -QXmpp is cross-platform C++ client library for XMPP. It is based on Qt. - - -BUILDING QXmpp - -You need to have Qt 4.5 or higher to build the QXmpp. -The project uses qmake build system of Qt. - -Commands to build QXmpp: -cd -qmake - - -Using Qt Creator: -Open the QXmppClient.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. - -* 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). -Logging type has been set to stdout. You can see the progress on the command line. - -* 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. You will recieve the message back. -This example shows how to receive and send messages. - -REFERENCE DOCUMENTATION - -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 supported platforms, see -http://www.qtsoftware.com/developer/supported-platforms/supported-platforms/ - - -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 -http://code.google.com/p/qxmpp/issues/ -to see if the issue is already known. - +ABOUT + +This is QXmpp version 0.1. +QXmpp is cross-platform C++ client library for XMPP. It is based on Qt. + + +BUILDING QXmpp + +You need to have Qt 4.5 or higher to build the QXmpp. +The project uses qmake build system of Qt. + +Commands to build QXmpp: +cd +qmake + + +Using Qt Creator: +Open the QXmppClient.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. + +* 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). +Logging type has been set to stdout. You can see the progress on the command line. + +* 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. You will recieve the message back. +This example shows how to receive and send messages. + +REFERENCE DOCUMENTATION + +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 supported platforms, see +http://www.qtsoftware.com/developer/supported-platforms/supported-platforms/ + + +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 +http://code.google.com/p/qxmpp/issues/ +to see if the issue is already known. + -- cgit v1.2.3