mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 10:39:29 +02:00
Add compatibility macros for deprecated types (thanks to Alexey)
This commit is contained in:
parent
d8b048663d
commit
0c0947a241
14 changed files with 65 additions and 19 deletions
|
@ -63,7 +63,7 @@
|
|||
send_pings = ?DEFAULT_SEND_PINGS :: boolean(),
|
||||
ping_interval = ?DEFAULT_PING_INTERVAL :: non_neg_integer(),
|
||||
timeout_action = none :: none | kill,
|
||||
timers = (?DICT):new() :: dict()}).
|
||||
timers = (?DICT):new() :: ?TDICT}).
|
||||
|
||||
%%====================================================================
|
||||
%% API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue