ejabberd - Comments for "How to extend Ejabberd API ?" https://www.ejabberd.im/forum/28871/how-extend-ejabberd-api en Hi, Thanks for your reply, I https://www.ejabberd.im/forum/28871/how-extend-ejabberd-api#comment-67546 <p>Hi,</p> <p>Thanks for your reply, I already enabled mod_admin_extra and mod_muc_admin so I will try to add some commmands in mod_admin_extra and see what happens.</p> Tue, 27 Jun 2017 07:59:05 +0000 afoucher comment 67546 at https://www.ejabberd.im mod_http_api is a frontend to https://www.ejabberd.im/forum/28871/how-extend-ejabberd-api#comment-67542 <p>mod_http_api is a frontend to call ejabberd commands. Other frontends are ejabberd_xmlrpc, ejabberdctl...</p> <p>I imagine what you want is to add some commands to perform administrative stuff that the current commands can not do.</p> <p>First of all, enable mod_admin_extra and mod_muc_admin, and check if maybe they provide the commands you want already. </p> <p>If not, then you can write your custom commands, in mod_admin_extra or in your own module. For that, look at some command that does something similar to what you want, and modify it to suit your needs, or copy and adapt the code.</p> Mon, 26 Jun 2017 11:53:17 +0000 badlop comment 67542 at https://www.ejabberd.im