QXmppRpcInvokeIq Class

The QXmppRpcInvokeIq class represents an IQ used to carry an RPC invocation as specified by XEP-0009: Jabber-RPC. More...

Header: #include <QXmppRpcIq.h>
Inherits: QXmppIq

Public Functions

QVariantList arguments() const
QString method() const
void setArguments(const QVariantList &arguments)
void setMethod(const QString &method)

Detailed Description

Member Function Documentation

QVariantList QXmppRpcInvokeIq::arguments() const

Returns the method arguments.

See also setArguments().

QString QXmppRpcInvokeIq::method() const

Returns the method name.

See also setMethod().

void QXmppRpcInvokeIq::setArguments(const QVariantList &arguments)

Sets the method arguments.

See also arguments().

void QXmppRpcInvokeIq::setMethod(const QString &method)

Sets the method name.

See also method().