aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
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);