diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-27 12:04:03 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-10-27 12:04:03 +0000 |
| commit | 10c093a617929db5c6b201dbf03d6070b12b36b4 (patch) | |
| tree | d9b1c4507fdb1969c3225f27b4632258c4916dc0 /source/QXmppUtils.h | |
| parent | 239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee (diff) | |
| download | qxmpp-10c093a617929db5c6b201dbf03d6070b12b36b4.tar.gz | |
Issue 15: Implement XEP-0047
Diffstat (limited to 'source/QXmppUtils.h')
| -rw-r--r-- | source/QXmppUtils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppUtils.h b/source/QXmppUtils.h index f9a7cdfd..583d571f 100644 --- a/source/QXmppUtils.h +++ b/source/QXmppUtils.h @@ -38,6 +38,7 @@ class QImage; QString jidToResource(const QString& jid); QString jidToBareJid(const QString& jid); +QString generateStanzaHash(); void helperToXmlAddAttribute(QXmlStreamWriter* stream, const QString& name, const QString& value); |
