QXmppVersionIq Class
The QXmppVersionIq class represents an IQ for conveying a software version as defined by XEP-0092: Software Version. More...
| Header: | #include <QXmppVersionIq.h> |
| Inherits: | QXmppIq |
- List of all members, including inherited members
- QXmppVersionIq is part of Stanzas.
Public Functions
| QString | name() const |
| QString | os() const |
| void | setName(const QString &name) |
| void | setOs(const QString &os) |
| void | setVersion(const QString &version) |
| QString | version() const |
Detailed Description
Member Function Documentation
QString QXmppVersionIq::name() const
Returns the name of the software.
See also setName().
QString QXmppVersionIq::os() const
Returns the operating system.
See also setOs().
void QXmppVersionIq::setName(const QString &name)
Sets the name of the software.
See also name().
void QXmppVersionIq::setOs(const QString &os)
Sets the operating system.
os.
See also os().
void QXmppVersionIq::setVersion(const QString &version)
Sets the software version.
See also version().
QString QXmppVersionIq::version() const
Returns the software version.
See also setVersion().