mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Merge branch 'master' of github.com:processone/ejabberd
This commit is contained in:
commit
ddaa8c7c1d
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ test_connect_bad_xml(Config) ->
|
|||
send_text(Config0, <<"<'/>">>),
|
||||
Version = ?config(stream_version, Config0),
|
||||
?recv1(#stream_start{version = Version}),
|
||||
?recv1(#stream_error{reason = 'not-well-formed'}),
|
||||
?recv1(#stream_error{reason = 'invalid-xml'}),
|
||||
?recv1({xmlstreamend, <<"stream:stream">>}),
|
||||
close_socket(Config0).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue