The QXmppEntityTimeManager class provided the functionality to get the local time of an entity as defined by XEP-0202: Entity Time. More...
#include <QXmppEntityTimeManager.h>
Signals | |
void | timeReceived (const QXmppEntityTimeIq &) |
This signal is emitted when a time response is received. |
Public Member Functions | |
QString | requestTime (const QString &jid) |
![]() | |
QXmppClientExtension () | |
virtual | ~QXmppClientExtension () |
virtual QStringList | discoveryFeatures () const |
virtual QList < QXmppDiscoveryIq::Identity > | discoveryIdentities () const |
virtual bool | handleStanza (const QDomElement &stanza)=0 |
You need to implement this method to process incoming XMPP stanzas. | |
![]() | |
QXmppLoggable (QObject *parent=0) |
Additional Inherited Members | |
![]() | |
QXmppClient * | client () |
virtual void | setClient (QXmppClient *client) |
The QXmppEntityTimeManager class provided the functionality to get the local time of an entity as defined by XEP-0202: Entity Time.
QString QXmppEntityTimeManager::requestTime | ( | const QString & | jid | ) |
Request the time from an XMPP entity.
jid |