mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Don't forget to disconnect
This commit is contained in:
parent
e40baf0bda
commit
5f1f126613
@ -219,7 +219,8 @@ malformed_set(Config) ->
|
|||||||
#privacy_list{name = <<"2">>}]},
|
#privacy_list{name = <<"2">>}]},
|
||||||
#block{},
|
#block{},
|
||||||
#block_list{},
|
#block_list{},
|
||||||
#block_list{items = [jid:make(randoms:get_string())]}]).
|
#block_list{items = [jid:make(randoms:get_string())]}]),
|
||||||
|
disconnect(Config).
|
||||||
|
|
||||||
malformed_type_value(Config) ->
|
malformed_type_value(Config) ->
|
||||||
Item = #privacy_item{order = 0, action = deny},
|
Item = #privacy_item{order = 0, action = deny},
|
||||||
|
Loading…
Reference in New Issue
Block a user