ejabberd - Comments for "xmpp component" https://www.ejabberd.im/forum/25514/xmpp-component en If I understand you https://www.ejabberd.im/forum/25514/xmpp-component#comment-66941 <p>If I understand you correctly, you want to perform some administrative tasks in ejabberd.</p> <p>First: ejabberd has many administrative commands to perform common tasks like registering accounts, modifying roster items, shared roster groups...</p> <p>Second: There are several frontends that allow to call those commands in different ways: shell (ejabberdctl), XMLRPC (if you enable ejabberd_xmlrpc), Rest (if you enable mod_http_api, or install mod_rest)...</p> <p>Third: You can write a simple client to make calls, for example a java client to mae xmlrpc calls, or Python client to make HTTP calls.</p> <p>Just an example to get you started:<br /> Call the command "register" with the ejabberdctl frontend, no need to write any client.<br /> To register an account using the shell, just run in a shell:<br /> $ ejabberdctl register user3 localhost somepassword</p> Thu, 07 Jul 2016 18:38:26 +0000 badlop comment 66941 at https://www.ejabberd.im