aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppPubSubManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppPubSubManager.h')
-rw-r--r--src/client/QXmppPubSubManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppPubSubManager.h b/src/client/QXmppPubSubManager.h
index 0d031664..3c309dc1 100644
--- a/src/client/QXmppPubSubManager.h
+++ b/src/client/QXmppPubSubManager.h
@@ -75,7 +75,7 @@ public:
~QXmppPubSubManager();
// Generic PubSub (the PubSub service is the given entity)
- QFuture<NodesResult> fetchNodes(const QString &jid);
+ QFuture<NodesResult> requestNodes(const QString &jid);
QFuture<Result> createNode(const QString &jid, const QString &nodeName);
QFuture<Result> createNode(const QString &jid, const QString &nodeName, const QXmppPubSubNodeConfig &config);
QFuture<InstantNodeResult> createInstantNode(const QString &jid);