mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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">>}]},
|
||||
#block{},
|
||||
#block_list{},
|
||||
#block_list{items = [jid:make(randoms:get_string())]}]).
|
||||
#block_list{items = [jid:make(randoms:get_string())]}]),
|
||||
disconnect(Config).
|
||||
|
||||
malformed_type_value(Config) ->
|
||||
Item = #privacy_item{order = 0, action = deny},
|
||||
|
Loading…
Reference in New Issue
Block a user