ejabberd-contrib
ejabberd-contrib copied to clipboard
Growing and curated ejabberd contributions repository - PR or ask to join !
It would be great if the modules in ejabberd-contrib (and the ones in extra/) could be automatically tested for every push and PR. Some ideas to check for each module:...
Ejabberd mod_http_fileserver and mod_http_upload support for AWS RDS and S3 will greatly enhance usability of ejabberd.
I came across ejabberd and am totally wowed by it. I wish there were open source community plugins that supported mobile functionality features This will help ejabberd get adopted by...
The module so far can detect and block incoming spam, but for a public server deployment it's also very important to identify spam bot accounts that were registered on your...
@prefiks/@badlop: Can you look for new SCRAM into the the ejabberd_auth_http module? Do not forget to update the copyright 2021 year for this module when it is done :) Thanks...
Ability to join an XMPP chatroom was possible with this project, but it is not working anymore with latest ejabberd version. This is the reference module: https://github.com/processone/ejabberd-contrib/tree/master/ircd Porting it to...
Would be nice if an admin could trigger an update of the default rooms for existing users.
Our application has government requirement for **all** HTTP requests to include SSL client certificate. All application servers are checking incoming requests for client certificates. I realized that requests issued by...
There is no client connect with ejabberd server but we are getting a false request in our HTTP-auth server. We have a check on a user, and a user is...
ejabberd-17.01 ``` http://localhost:5285/api/send_stanza_c2s X-Admin:true Authorization:Bearer xELjmMShuKhuESTx3hxzyFO2csrYCPA8 { "status": "error", "code": 32, "message": "AccessRules: Account does not have the right to perform the operation." } ``` ejabberd.yml ```yaml oauth_access: all api_permissions:...