diff options
Diffstat (limited to 'source/QXmppClient.cpp')
| -rw-r--r-- | source/QXmppClient.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/QXmppClient.cpp b/source/QXmppClient.cpp index 2666ea27..9794ea24 100644 --- a/source/QXmppClient.cpp +++ b/source/QXmppClient.cpp @@ -482,3 +482,12 @@ QXmppRemoteMethodResult QXmppClient::callRemoteMethod( const QString &jid, return method.call(); } + +/// Returns the reference to QXmppArchiveManager, implementation of XEP-0136. +/// http://xmpp.org/extensions/xep-0136.html +/// + +QXmppArchiveManager& QXmppClient::getArchiveManager() +{ + return m_stream->getArchiveManager(); +} |
