Sha256: b59b4eab3df6e8a52eccb506edcb368b5054bb9c3081da18203f0ef54f41d403

Contents?: true

Size: 962 Bytes

Versions: 5

Compression:

Stored size: 962 Bytes

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
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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-0.12.1 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.0.13 ejabberd/conf/ssconfig_example.cfg
social_stream-0.12.0 presence/ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.0.12 ejabberd/conf/ssconfig_example.cfg
social_stream-presence-0.0.10 ejabberd/conf/ssconfig_example.cfg