Sha256: 9439cd15af5f6206b33eb69212061430eb7e3055e974e7665e291d624dbdf7eb
Contents?: true
Size: 991 Bytes
Versions: 84
Compression:
Stored size: 991 Bytes
Contents
#Social Stream Presence: Ejabberd configuration file #Ejabberd node server domain server_domain=xmppdomain.example.com #Scripts Path scripts_path=/my_scripts_path #It is also necessary to modify the file: /etc/ejabberd/ejabberd.cfg #%%{auth_method, external}. #%%{extauth_program, "scripts_path/authentication_script"}. #Source path: uncomment to compile ejabberd social stream module #source_path=/.../ejabberd_source/src #Web Domains for REST API web_domains=[webDomain1,webDomain2,...,webDomainN] #Specify Web Domains URL web_domain_name=ssdomain.example.com #Rails Web Server Cookie name #Check this line in your app/config/initializers/session_store.rb: Global::Application.config.session_store :cookie_store, :key => '_rails_server_cookie' cookie_name=_rails_server_cookie #Ejabberd Server Password ejabberd_password=password #True to enable REST API Security secure_rest_api=false #Emanagement configuration ejabberd_server_user=ejabberd users_require_sudo=all verbose=false
Version data entries
84 entries across 84 versions & 2 rubygems