-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclicktochat.conf
29 lines (26 loc) · 991 Bytes
/
clicktochat.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%
%% clicktochat.conf %%
%% %%
%% Author : Jorge Garrido (jorge.garrido@morelosoft.com) %%
%% Created : 22 Oct 2012 by jorge <jorge@zgb.local> %%
%% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% the host_client defines the server name used by
%% temporal clients, who want be able to communicate via
%% chat with some user that provides help
%% NOTE: this server name must have been configured in ejabberd.cfg
%%
{host_client, "mydomain.com"}.
%%
%% the host_helpdesk defines the server name used by
%% users that provides help to the end users, the helpdesk user
%% can be linked automatically to the end user
%% NOTE: this server name must have been configured in ejabberd.cfg
%%
{host_helpdesk, "anotherdomain.com"}.
%%
%% the max_sessions is the maximum number of sessions (chats)
%% that a helpdesk user can attend
%%
{max_sessions, 5}.