Sha256: 2741841340b9a6d8c6c811708ebfd0ff61070ddfa8dd2e1cc947338a67148bd3

Contents?: true

Size: 1.09 KB

Versions: 25

Compression:

Stored size: 1.09 KB

Contents

#Social Stream Presence: ejabberd config

#Ejabberd node server domain
server_domain=domain.example.com

#Scripts Path
scripts_path=/my_scripts_path

#Source path: uncomment to compile ejabberd social stream module
#source_path=/.../ejabberd_source/src

#It is also necessary to modify the file: /etc/ejabberd/ejabberd.cfg
#%%{auth_method, external}.
#%%{extauth_program, "scripts_path/authentication_script"}.

#API REST
auth_api=http://localhost/users/sign_in
auth_by_cookie_api=http://localhost/api/me
cookie_name=_rails_server_cookie
set_connection_api=http://localhost/xmpp/setConnection
unset_connection_api=http://localhost/xmpp/unsetConnection
reset_connection_api=http://localhost/xmpp/resetConnection
synchronize_presence_api=http://localhost/xmpp/synchronizePresence
set_presence_api=http://localhost/xmpp/setPresence
unset_presence_api=http://localhost/xmpp/unsetPresence

#Social Stream Login
ss_login=social_stream-presence

#Social Stream PASSWORD
ss_password=password

#Ejabberd Server Password
ejabberd_password=password

#Emanagement configuration
users_require_sudo=user1,user2,...
verbose=false

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-0.13.3 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.13.2 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.13.1 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.1.2 ejabberd/conf/ssconfig_example.cfg
social_stream-0.13.0 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.1.1 ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.14 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.13 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.12 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.1.0 ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.11 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.10 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.9 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.8 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.7 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.6 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.5 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.0.21 ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.4 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.3 presence/ejabberd/conf/ssconfig_example.cfg