1
0
Fork 0
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:
Christophe Romain 2015-02-11 12:08:16 +01:00
parent d8b048663d
commit 0c0947a241
14 changed files with 65 additions and 19 deletions

View file

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