Skip to content

External auth script for ejabberd

Notifications You must be signed in to change notification settings

arsenichev/xmpp-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

External authentication for Ejabberd

This script must be installed on ejabberd server.

External authentication should call index.js.

Add hosts and API url in config.authServiceUrls (see example config).

Example ejabberd config:

host_config:
   "localhost":
     auth_method: [external]
     extauth_program: "node /opt/ejabberd/xmpp-auth/index.js"
     extauth_pool_size: 5
     auth_use_cache: false

About

External auth script for ejabberd

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%