QXmpp repository contains many examples. One of them, GuiClient, is a full-fledged graphical XMPP client. I developed it for testing out the functionality and usability of the QXmpp API. This example supports most of the XEPs (XMPP Extension Protocols) supported by QXmpp.
To ease up the debugging, I have added a console dialog to display all the sent/received stanzas. Have a look at the Debugging Console.
- Settings button can be used to launch this dialog.
- User can control the logging by using the Enable Check Box.
- Sent and Received messages are color coded to differentiate between these.
- The Clear button clears the text area.
Advertisement
