From a0bd02f44277a230a019ae45c3929423e7419028 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 14 Jan 2014 21:01:12 +0000 Subject: [PATCH] Managing XMPP users --- beaglebone.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index 54ff4f76..980daaa7 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -1952,6 +1952,32 @@ On your internet router/firewall open ports 5222 and 5223 and forward them to th It's possible to test that your XMPP server is working at https://xmpp.net. It may take several minutes and you'll get a low score because of the self-signed certificate, but it will at least verify that your server is capable of communicating. +*** Managing users + +To add a user: + +#+BEGIN_SRC: bash +prosodyctl adduser myusername@mydomainname.com +#+END_SRC + +To change a user password: + +#+BEGIN_SRC: bash +prosodyctl passwd myusername@mydomainname.com +#+END_SRC + +To remove a user: + +#+BEGIN_SRC: bash +prosodyctl deluser myusername@mydomainname.com +#+END_SRC + +Report the status of the XMPP server: + +#+BEGIN_SRC: bash +prosodyctl status +#+END_SRC + *** Using it with Ubuntu Open *System Settings* and select *Online Accounts*, *Add account* and then *Jabber*.