We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9072d9b commit c84b8feCopy full SHA for c84b8fe
compute/xmpp_wikibot/README.md
@@ -58,12 +58,12 @@ using [pip](http://pip.readthedocs.io/en/stable/):
58
59
You'll need to have an XMPP account prior to actually running the sample.
60
If you do not have one, you can easily create an account at one of the many
61
-XMPP servers such as [Jabber.at](https://jabber.at/account/register/).
+XMPP servers such as [xmpp.jp](http://xmpp.jp).
62
Once you have an account, run the following command:
63
64
python wikibot.py '<YOUR XMPP USERNAME>' '<PASSWORD>'
65
66
-Where the username (e.g., 'bob@jabber.at') and password for the account that
+Where the username (e.g., 'bob@xmpp.jp') and password for the account that
67
you'd like to use for your chatbot are passed in as arguments.
68
69
Enter control-C to stop the server
0 commit comments