mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Fix issue #1015
This commit is contained in:
parent
d9bb3730b7
commit
ef02053a9d
@ -1914,7 +1914,7 @@ new_id() -> randoms:get_string().
|
|||||||
|
|
||||||
new_uniq_id() ->
|
new_uniq_id() ->
|
||||||
iolist_to_binary([randoms:get_string(),
|
iolist_to_binary([randoms:get_string(),
|
||||||
jlib:integer_to_binary(p1_time_compat:unique_integer(positive))]).
|
jlib:integer_to_binary(p1_time_compat:unique_integer([positive]))]).
|
||||||
|
|
||||||
is_auth_packet(El) ->
|
is_auth_packet(El) ->
|
||||||
case jlib:iq_query_info(El) of
|
case jlib:iq_query_info(El) of
|
||||||
|
Loading…
Reference in New Issue
Block a user