aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-26 17:01:09 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-26 17:01:09 +0000
commit239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee (patch)
tree928a71086a6d328c97ffc468ba4ceb41fc7b6043 /README
parentf988517a9ba9d9a7753270f1cb0c4c2212c7ac22 (diff)
downloadqxmpp-239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee.tar.gz
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
Diffstat (limited to 'README')
-rw-r--r--README120
1 files changed, 60 insertions, 60 deletions
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 <where QXmppClient.pro is lying>
-qmake
-<respective-make-cmd = gmake, make, mingw32-make, nmake>
-
-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 <where QXmppClient.pro is lying>
+qmake
+<respective-make-cmd = gmake, make, mingw32-make, nmake>
+
+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.
+