diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-10-23 13:23:39 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2019-10-23 13:26:48 +0200 |
| commit | da8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96 (patch) | |
| tree | 1574b80c5843f05f605099992e884668a44a30a9 /src/base/QXmppMessage.h | |
| parent | 979918a40759064c01f31bc099217086b81936d9 (diff) | |
| download | qxmpp-da8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96.tar.gz | |
Add \since QXmpp 1.1 to all new methods and classes
Methods of new classes have no \since tag.
Diffstat (limited to 'src/base/QXmppMessage.h')
| -rw-r--r-- | src/base/QXmppMessage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index d0301749..3eebce81 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -69,6 +69,8 @@ public: }; /// XEP-0334: Message Processing Hints + /// + /// \since QXmpp 1.1 enum Hint { NoPermanentStore = 1 << 0, ///< Do not allow permanent storage NoStore = 1 << 1, ///< Do not store at all @@ -79,6 +81,8 @@ public: /// This enum describes different end-to-end encryption methods. These can /// be used to mark a message explicitly as encrypted with a specific /// algothim. See XEP-0380: Explicit Message Encryption for details. + /// + /// \since QXmpp 1.1 enum EncryptionMethod { NoEncryption, ///< No encryption UnknownEncryption, ///< Unknown encryption |
