|
QXmpp Version: 1.15.1
|
Public Member Functions | |
| QXmppFileSourcesAttachment () | |
| Default constructor. | |
| const QString & | id () const |
| void | setId (const QString &) |
| const QVector< QXmppHttpFileSource > & | httpSources () const |
| void | setHttpSources (const QVector< QXmppHttpFileSource > &newHttpSources) |
| const QVector< QXmppEncryptedFileSource > & | encryptedSources () const |
| void | setEncryptedSources (const QVector< QXmppEncryptedFileSource > &newEncryptedSources) |
| void | toXml (QXmpp::Private::XmlWriter &writer) const |
| Serialize to XML. | |
Friends | |
| class | QXmppMessage |
Attachment of file sources to a previous file sharing element from XEP-0447: Stateless file sharing.
| const QVector< QXmppEncryptedFileSource > & QXmppFileSourcesAttachment::encryptedSources | ( | ) | const |
Returns the encrypted sources for this file.
| const QVector< QXmppHttpFileSource > & QXmppFileSourcesAttachment::httpSources | ( | ) | const |
Returns the HTTP sources for this file.
| const QString & QXmppFileSourcesAttachment::id | ( | ) | const |
Returns the ID of the referenced file-sharing element.
| void QXmppFileSourcesAttachment::setEncryptedSources | ( | const QVector< QXmppEncryptedFileSource > & | newEncryptedSources | ) |
Sets the encrypted sources for this file.
| void QXmppFileSourcesAttachment::setHttpSources | ( | const QVector< QXmppHttpFileSource > & | newHttpSources | ) |
Sets the HTTP sources for this file.
| void QXmppFileSourcesAttachment::setId | ( | const QString & | id | ) |
Sets the ID of the referenced file-sharing element.