Obsolete Members for QXmpp

The following members of class QXmpp are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Types

(since QXmpp 1.5, deprecated) enum EncryptionMethod { NoEncryption, UnknownEncryption, Otr, LegacyOpenPgp, Ox, …, OMEMO }

Type Documentation

[since QXmpp 1.5, deprecated] enum QXmpp::EncryptionMethod

This enum is deprecated. We strongly advise against using it in new code.

This enum describes different end-to-end encryption methods. These can be used to mark a stanza as encrypted or decrypted with a specific algorithm (e.g., for XEP-0380: Explicit Message Encryption).

ConstantValueDescription
QXmpp::NoEncryption0No encryption.
QXmpp::UnknownEncryption1Unknown encryption.
QXmpp::Otr2XEP-0364: Current Off-the-Record Messaging Usage

.

ConstantValueDescription
QXmpp::LegacyOpenPgp3XEP-0027: Current Jabber OpenPGP Usage

.

ConstantValueDescription
QXmpp::Ox4XEP-0373: OpenPGP for XMPP

.

ConstantValueDescription
QXmpp::Omemo05XEP-0384: OMEMO Encryption

.

ConstantValueDescription
QXmpp::Omemo16XEP-0384: OMEMO Encryption

since version 0.4.

ConstantValueDescription
QXmpp::Omemo27XEP-0384: OMEMO Encryption

since version 0.8.

ConstantValueDescription
QXmpp::OTROtrXEP-0364: Current Off-the-Record Messaging Usage

This enum is deprecated since QXmpp 1.5. Use QXmpp::Otr instead.

ConstantValueDescription
QXmpp::LegacyOpenPGPLegacyOpenPgpXEP-0027: Current Jabber OpenPGP Usage

This enum is deprecated since QXmpp 1.5. Use QXmpp::LegacyOpenPgp instead.

ConstantValueDescription
QXmpp::OXOxXEP-0373: OpenPGP for XMPP

This enum is deprecated since QXmpp 1.5. Use QXmpp::Ox instead.

ConstantValueDescription
QXmpp::OMEMOOmemo0XEP-0384: OMEMO Encryption

This enum is deprecated since QXmpp 1.5. Use QXmpp::Omemo0 instead.

This enum was introduced in QXmpp 1.5.