From da8fbd9f39bc5cbabb6b8780a8b21763f8ad1b96 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Wed, 23 Oct 2019 13:23:39 +0200 Subject: Add \since QXmpp 1.1 to all new methods and classes Methods of new classes have no \since tag. --- src/base/QXmppMessage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base/QXmppMessage.h') 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 -- cgit v1.2.3