diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-14 14:45:29 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-14 14:45:29 +0200 |
| commit | 7b3f1ebe5b11f74f85721870b72f89157b9a79b9 (patch) | |
| tree | 86662f97e08eadde8553873741aa28c9987c626e /examples/example_6_rpcClient | |
| parent | 309e6c6630738325a174de1115d11fc0bbbc491c (diff) | |
| download | qxmpp-7b3f1ebe5b11f74f85721870b72f89157b9a79b9.tar.gz | |
remove references to qxmpp.test1@gmail.com
Diffstat (limited to 'examples/example_6_rpcClient')
| -rw-r--r-- | examples/example_6_rpcClient/main.cpp | 2 | ||||
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.cpp | 2 |
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 |
