aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient/rpcClient.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 14:45:29 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 14:45:29 +0200
commit7b3f1ebe5b11f74f85721870b72f89157b9a79b9 (patch)
tree86662f97e08eadde8553873741aa28c9987c626e /examples/example_6_rpcClient/rpcClient.cpp
parent309e6c6630738325a174de1115d11fc0bbbc491c (diff)
downloadqxmpp-7b3f1ebe5b11f74f85721870b72f89157b9a79b9.tar.gz
remove references to qxmpp.test1@gmail.com
Diffstat (limited to 'examples/example_6_rpcClient/rpcClient.cpp')
-rw-r--r--examples/example_6_rpcClient/rpcClient.cpp2
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