aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_6_rpcClient')
-rw-r--r--examples/example_6_rpcClient/main.cpp2
-rw-r--r--examples/example_6_rpcClient/rpcClient.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp
index ad041244..931706c0 100644
--- a/examples/example_6_rpcClient/main.cpp
+++ b/examples/example_6_rpcClient/main.cpp
@@ -33,6 +33,6 @@ int main(int argc, char *argv[])
QXmppLogger::getLogger()->setLoggingType(QXmppLogger::StdoutLogging);
rpcClient client;
- client.connectToServer("qxmpp.test2@gmail.com", "qxmpp123");
+ client.connectToServer("qxmpp.test2@qxmpp.org", "qxmpp456");
return a.exec();
}
diff --git a/examples/example_6_rpcClient/rpcClient.cpp b/examples/example_6_rpcClient/rpcClient.cpp
index 65a292bc..f005e4ac 100644
--- a/examples/example_6_rpcClient/rpcClient.cpp
+++ b/examples/example_6_rpcClient/rpcClient.cpp
@@ -62,7 +62,7 @@ void rpcClient::slotInvokeRemoteMethod()
void rpcClient::slotPresenceReceived(const QXmppPresence &presence)
{
- const QLatin1String recipient("qxmpp.test1@gmail.com");
+ const QLatin1String recipient("qxmpp.test1@qxmpp.org");
// if we are the recipient, or if the presence is not from the recipient,
// do nothing