diff options
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.cpp')
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
