From ceba84212f030f2126ff7ad953594d164a0d8229 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 4 Mar 2010 19:26:02 +0000 Subject: make it possible to override handling of XML elements --- source/QXmppClient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 3eb2f09d..d3af2547 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -194,6 +194,8 @@ public: QXmppClient::StreamError getXmppStreamError(); + virtual bool handleStreamElement(const QDomElement &element); + public slots: void sendPacket(const QXmppPacket&); void sendMessage(const QString& bareJid, const QString& message); -- cgit v1.2.3