24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-02 23:06:21 +02:00

flash hack merge fix from BBC

This commit is contained in:
Eric Cestari 2010-09-08 17:03:49 +02:00
parent 33c7d36a95
commit 92a60ff7fd
2 changed files with 2 additions and 37 deletions

View File

@ -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).

View File

@ -59,4 +59,5 @@
ip,
fsm_limit_opts,
lang,
debug=false}).
debug=false,
flash_connection = false}).