|
QXmpp Version: 1.11.3
|
Public Member Functions | |
| const QString & | url () const |
| void | setUrl (const QString &url) |
| const std::optional< QString > & | description () const |
| void | setDescription (const std::optional< QString > &description) |
A URL and a description of its contents, from XEP-0066: Out of Band Data
| const std::optional< QString > & QXmppOutOfBandUrl::description | ( | ) | const |
Returns the description of the URL
| void QXmppOutOfBandUrl::setDescription | ( | const std::optional< QString > & | description | ) |
Set the description of the URL
| void QXmppOutOfBandUrl::setUrl | ( | const QString & | url | ) |
Sets the attached URL
| const QString & QXmppOutOfBandUrl::url | ( | ) | const |
Returns the attached URL