We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm access 5280/api/register not found but i have configuration
Configure http_mod_api :
cd /opt/ejabberd-16.09/conf sudo vi ejabberd.yml
Locate Port: 5280 and update following
request_handler: "/websocket": ejabberd_http_ws "/api": mod_http_api
modules: mod_http_api: admin_ip_access: admin_ip_access_rule
access: admin_ip_access_rule: admin_ip_acl:
acl: admin_ip_acl: ip:
The text was updated successfully, but these errors were encountered:
I think there is only POST method available: https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#register
Sorry, something went wrong.
No branches or pull requests
i'm access 5280/api/register not found but i have configuration
Configure http_mod_api :
cd /opt/ejabberd-16.09/conf
sudo vi ejabberd.yml
Locate Port: 5280 and update following
request_handler:
"/websocket": ejabberd_http_ws
"/api": mod_http_api
modules:
mod_http_api:
admin_ip_access: admin_ip_access_rule
access:
admin_ip_access_rule:
admin_ip_acl:
acl:
admin_ip_acl:
ip:
The text was updated successfully, but these errors were encountered: