diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-10 10:28:14 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-10 10:28:14 +0000 |
| commit | 952ff645038946b98d3ffe99b4bf4754bbbcc9b0 (patch) | |
| tree | 7b1e3f268af3cdfc229cd47019375e313fe8627c /src/QXmppOutgoingClient.h | |
| parent | 874b51e41dcff2187707f4331d274dbb37cde5b0 (diff) | |
| download | qxmpp-952ff645038946b98d3ffe99b4bf4754bbbcc9b0.tar.gz | |
let extensions report their features
Diffstat (limited to 'src/QXmppOutgoingClient.h')
| -rw-r--r-- | src/QXmppOutgoingClient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/QXmppOutgoingClient.h b/src/QXmppOutgoingClient.h index f1071995..f8f6e9d2 100644 --- a/src/QXmppOutgoingClient.h +++ b/src/QXmppOutgoingClient.h @@ -77,6 +77,7 @@ public: QXmppConfiguration& configuration(); + void addFeatures(const QStringList &features); QXmppElementList presenceExtensions() const; signals: |
