QXmpp::Uri::TrustMessage Struct
struct QXmpp::Uri::TrustMessage| Header: | #include <QXmppUri.h> |
| Since: | QXmpp 1.8 |
Public Functions
| bool | operator==(const QXmpp::Uri::TrustMessage &) const |
Public Variables
| QList<QString> | distrustKeyIds |
| QString | encryption |
| QList<QString> | trustKeyIds |
Detailed Description
A "trust-message" query defined in XEP-0434: Trust Messages (TM).
Member Function Documentation
[noexcept default] bool TrustMessage::operator==(const QXmpp::Uri::TrustMessage &) const
Returns true if the two objects are equal (default comparison).
Member Variable Documentation
QList<QString> TrustMessage::distrustKeyIds
list of Base16 encoded key identifiers to be distrusted
QString TrustMessage::encryption
encryption of the keys to trust or distrust
QList<QString> TrustMessage::trustKeyIds
list of Base16 encoded key identifiers to be trusted