aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 19:26:02 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 19:26:02 +0000
commitceba84212f030f2126ff7ad953594d164a0d8229 (patch)
treea377de77e2f1023d05b29bede5cecd344346c6fc /source/QXmppClient.h
parentf16f6107e1056f522b285f2275f0768f969ebcc0 (diff)
downloadqxmpp-ceba84212f030f2126ff7ad953594d164a0d8229.tar.gz
make it possible to override handling of XML elements
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h2
1 files changed, 2 insertions, 0 deletions
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);