mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
flash hack merge fix from BBC
This commit is contained in:
parent
33c7d36a95
commit
92a60ff7fd
@ -68,42 +68,6 @@
|
||||
-include("mod_privacy.hrl").
|
||||
-include("ejabberd_c2s.hrl").
|
||||
|
||||
-define(SETS, gb_sets).
|
||||
-define(DICT, dict).
|
||||
|
||||
%% pres_a contains all the presence available send (either through roster mechanism or directed).
|
||||
%% Directed presence unavailable remove user from pres_a.
|
||||
-record(state, {socket,
|
||||
sockmod,
|
||||
socket_monitor,
|
||||
xml_socket,
|
||||
streamid,
|
||||
sasl_state,
|
||||
access,
|
||||
shaper,
|
||||
zlib = false,
|
||||
tls = false,
|
||||
tls_required = false,
|
||||
tls_enabled = false,
|
||||
tls_options = [],
|
||||
authenticated = false,
|
||||
jid,
|
||||
user = "", server = ?MYNAME, resource = "",
|
||||
sid,
|
||||
pres_t = ?SETS:new(),
|
||||
pres_f = ?SETS:new(),
|
||||
pres_a = ?SETS:new(),
|
||||
pres_i = ?SETS:new(),
|
||||
pres_last, pres_pri,
|
||||
pres_timestamp,
|
||||
pres_invis = false,
|
||||
privacy_list = #userlist{},
|
||||
conn = unknown,
|
||||
auth_module = unknown,
|
||||
ip,
|
||||
lang,
|
||||
flash_connection = false}).
|
||||
|
||||
%-define(DBGFSM, true).
|
||||
|
||||
-ifdef(DBGFSM).
|
||||
|
@ -59,4 +59,5 @@
|
||||
ip,
|
||||
fsm_limit_opts,
|
||||
lang,
|
||||
debug=false}).
|
||||
debug=false,
|
||||
flash_connection = false}).
|
Loading…
Reference in New Issue
Block a user