QXmppOutOfBandUrl Class

Header: #include <QXmppOutOfBandUrl.h>
Since: QXmpp 1.5

Public Functions

const std::optional<QString> &description() const
void setDescription(const std::optional<QString> &description)
void setUrl(const QString &url)
const QString &url() const

Detailed Description

A URL and a description of its contents, from XEP-0066: Out of Band Data

Member Function Documentation

const std::optional<QString> &QXmppOutOfBandUrl::description() const

Returns the description of the URL

See also setDescription().

void QXmppOutOfBandUrl::setDescription(const std::optional<QString> &description)

Set the description of the URL

See also description().

void QXmppOutOfBandUrl::setUrl(const QString &url)

Sets the attached URL

url.

See also url().

const QString &QXmppOutOfBandUrl::url() const

Returns the attached URL

See also setUrl().