diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-02-02 12:46:02 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-02-02 12:46:02 +0000 |
| commit | 372916d7f20c2cdd7459dffeb54cf70d9c7ce5eb (patch) | |
| tree | 3bc1be215c3a258b7dc5f6d8d31a6d08125c9180 | |
| parent | 1376e08af33717e0249e8dc26488951174bb5289 (diff) | |
| download | qxmpp-372916d7f20c2cdd7459dffeb54cf70d9c7ce5eb.tar.gz | |
update
| -rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -49,22 +49,21 @@ Path of installations: 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. +Look at the example directory for various examples. * 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. +* GuiClient +This is a full fledged Graphical XMPP client. This example will uses most of the part of this library. DOCUMENTATION ------------- |
