From 53346ee8c31c86682935a86222bab47aa90d1b29 Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Fri, 28 Oct 2016 18:55:33 -0700 Subject: [PATCH] Update to working jabber server. --- compute/xmpp_wikibot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/xmpp_wikibot/README.md b/compute/xmpp_wikibot/README.md index 1de12574745..24b2320a796 100644 --- a/compute/xmpp_wikibot/README.md +++ b/compute/xmpp_wikibot/README.md @@ -58,12 +58,12 @@ using [pip](http://pip.readthedocs.io/en/stable/): You'll need to have an XMPP account prior to actually running the sample. If you do not have one, you can easily create an account at one of the many -XMPP servers such as [Jabber.at](https://jabber.at/account/register/). +XMPP servers such as [xmpp.jp](http://xmpp.jp). Once you have an account, run the following command: python wikibot.py '' '' -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 you'd like to use for your chatbot are passed in as arguments. Enter control-C to stop the server