presence/ejabberd/conf/ssconfig_example.cfg in social_stream-0.12.1 vs presence/ejabberd/conf/ssconfig_example.cfg in social_stream-0.12.2
- old
+ new
@@ -13,10 +13,12 @@
#%%{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
@@ -28,5 +30,9 @@
#Social Stream PASSWORD
ss_password=password
#Ejabberd Server Password
ejabberd_password=password
+
+#Emanagement configuration
+users_require_sudo=user1,user2,...
+verbose=false