Guest User

Untitled

a guest
Jan 25th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. i login with
  2. User: admin@xxx.xxx.xx.x
  3. password: ****
  4.  
  5. port: 4560
  6. module: ejabberd_xmlrpc
  7. access_commands: {}
  8.  
  9. port: 5280
  10. module: ejabberd_http
  11. request_handlers:
  12. "/websocket": ejabberd_http_ws
  13. "/log": mod_log_http
  14. "/oauth": ejabberd_oauth
  15. "/api": mod_http_api
  16. ## "/pub/archive": mod_http_fileserver
  17. web_admin: true
  18. http_bind: true
  19. captcha: true
  20.  
  21. commands_admin_access: configure
  22.  
  23. commands:
  24. - add_commands: user
  25. oauth_expire: 3600
  26. oauth_access: all
  27.  
  28. modules:
  29. mod_adhoc: {}
  30. mod_admin_extra: {}
Add Comment
Please, Sign In to add comment