diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-10-16 21:54:40 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-10-17 16:26:03 +0200 |
| commit | c85c9c460907e26604554f1b2c6f54734bc8f303 (patch) | |
| tree | 917fd8553b2606c141cc4ac0ba377e5ecf9eb242 /src/base/QXmppVersionIq.h | |
| parent | 556442eab0bdbd5b30a5fad3112d88c4b124ff5e (diff) | |
| download | qxmpp-c85c9c460907e26604554f1b2c6f54734bc8f303.tar.gz | |
Add checkIqType() function to IQs
This is required so they can be parsed just be specifying the type.
Diffstat (limited to 'src/base/QXmppVersionIq.h')
| -rw-r--r-- | src/base/QXmppVersionIq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppVersionIq.h b/src/base/QXmppVersionIq.h index ba92827a..4fd9ee5f 100644 --- a/src/base/QXmppVersionIq.h +++ b/src/base/QXmppVersionIq.h @@ -26,6 +26,7 @@ public: /// \cond static bool isVersionIq(const QDomElement &element); + static bool checkIqType(const QString &tagName, const QString &xmlNamespace); /// \endcond protected: |
