QXmpp
Version:1.3.2
|
Static Public Member Functions | |
static bool | isBitsOfBinaryIq (const QDomElement &element) |
![]() | |
static bool | isBitsOfBinaryData (const QDomElement &element) |
Returns true, if element is a XEP-0231: Bits of Binary data element. | |
Additional Inherited Members | |
![]() | |
enum | Type { Error = 0, Get, Set, Result } |
This enum describes the type of IQ. More... | |
![]() | |
QXmppIq (QXmppIq::Type type=QXmppIq::Get) | |
QXmppIq (const QXmppIq &other) | |
Constructs a copy of other. | |
QXmppIq & | operator= (const QXmppIq &other) |
Assigns other to this IQ. | |
QXmppIq::Type | type () const |
void | setType (QXmppIq::Type) |
bool | isXmppStanza () const override |
![]() | |
QXmppStanza (const QString &from=QString(), const QString &to=QString()) | |
QXmppStanza (const QXmppStanza &other) | |
Constructs a copy of other. | |
virtual | ~QXmppStanza () |
Destroys a QXmppStanza. | |
QXmppStanza & | operator= (const QXmppStanza &other) |
Assigns other to this stanza. | |
QString | to () const |
void | setTo (const QString &) |
QString | from () const |
Returns the stanza's sender JID. | |
void | setFrom (const QString &) |
QString | id () const |
Returns the stanza's identifier. | |
void | setId (const QString &) |
QString | lang () const |
Returns the stanza's language. | |
void | setLang (const QString &) |
QXmppStanza::Error | error () const |
Returns the stanza's error. | |
void | setError (const QXmppStanza::Error &error) |
QXmppElementList | extensions () const |
void | setExtensions (const QXmppElementList &elements) |
QList< QXmppExtendedAddress > | extendedAddresses () const |
void | setExtendedAddresses (const QList< QXmppExtendedAddress > &extendedAddresses) |
![]() | |
QXmppBitsOfBinaryData (const QXmppBitsOfBinaryData &) | |
QXmppBitsOfBinaryData & | operator= (const QXmppBitsOfBinaryData &) |
QXmppBitsOfBinaryContentId | cid () const |
Returns the content id of the data. | |
void | setCid (const QXmppBitsOfBinaryContentId &cid) |
Sets the content id of the data. | |
int | maxAge () const |
void | setMaxAge (int maxAge) |
QMimeType | contentType () const |
void | setContentType (const QMimeType &contentType) |
Sets the content type of the data. | |
QByteArray | data () const |
Returns the included data in binary form. | |
void | setData (const QByteArray &data) |
Sets the data in binary form. | |
bool | operator== (const QXmppBitsOfBinaryData &other) const |
XEP-0231: Bits of Binary IQ to request and transmit Bits of Binary data elements.
|
static |
Returns true, if element
is a XEP-0231: Bits of Binary IQ