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).
| Constant | Value | Description |
|---|---|---|
QXmpp::NoEncryption | 0 | No encryption. |
QXmpp::UnknownEncryption | 1 | Unknown encryption. |
QXmpp::Otr | 2 | XEP-0364: Current Off-the-Record Messaging Usage |
.
| Constant | Value | Description |
|---|---|---|
QXmpp::LegacyOpenPgp | 3 | XEP-0027: Current Jabber OpenPGP Usage |
.
| Constant | Value | Description |
|---|---|---|
QXmpp::Ox | 4 | XEP-0373: OpenPGP for XMPP |
.
| Constant | Value | Description |
|---|---|---|
QXmpp::Omemo0 | 5 | XEP-0384: OMEMO Encryption |
.
| Constant | Value | Description |
|---|---|---|
QXmpp::Omemo1 | 6 | XEP-0384: OMEMO Encryption |
since version 0.4.
| Constant | Value | Description |
|---|---|---|
QXmpp::Omemo2 | 7 | XEP-0384: OMEMO Encryption |
since version 0.8.
| Constant | Value | Description |
|---|---|---|
QXmpp::OTR | Otr | XEP-0364: Current Off-the-Record Messaging Usage |
This enum is deprecated since QXmpp 1.5. Use QXmpp::Otr instead.
| Constant | Value | Description |
|---|---|---|
QXmpp::LegacyOpenPGP | LegacyOpenPgp | XEP-0027: Current Jabber OpenPGP Usage |
This enum is deprecated since QXmpp 1.5. Use QXmpp::LegacyOpenPgp instead.
| Constant | Value | Description |
|---|---|---|
QXmpp::OX | Ox | XEP-0373: OpenPGP for XMPP |
This enum is deprecated since QXmpp 1.5. Use QXmpp::Ox instead.
| Constant | Value | Description |
|---|---|---|
QXmpp::OMEMO | Omemo0 | XEP-0384: OMEMO Encryption |
This enum is deprecated since QXmpp 1.5. Use QXmpp::Omemo0 instead.
This enum was introduced in QXmpp 1.5.