Skip to content

XMPP integration for the Rollcall directory service using ad-hoc admin commands.

License

Notifications You must be signed in to change notification settings

educoder/rollcall-xmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollcall-xmpp

XMPP integration for the Rollcall directory service using ad-hoc admin commands.

See:

Installation

  1. cd into the Rollcall root directory
  2. edit the Gemfile and uncomment gem "rollcall-xmpp"
  3. run bundle --without=development
  4. uncomment and configure the config.xmpp.* options at the bottom of config/environments/production.rb
  5. you will have to give Rollcall the jid and password for a valid admin user (config.xmpp.admin_jid and config.xmpp.admin_password)
  6. restart Rollcall by running touch tmp/restart.txt

That's it. Rollcall should now be using adhoc admin commands to manage users on the XMPP server (assuming the server is configured to handle these, and the admin account has the right privileges).

Tested with both prosody and ejabberd.

About

XMPP integration for the Rollcall directory service using ad-hoc admin commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages