mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix problem of authentication when using plain from SVN r2575 (EJAB-936)
SVN Revision: 2759
This commit is contained in:
parent
cf6d842d45
commit
b989297725
@ -369,7 +369,6 @@ wait_for_stream({xmlstreamstart, #xmlel{ns = NS} = Opening}, StateData) ->
|
||||
send_trailer(StateData),
|
||||
{stop, normal, StateData};
|
||||
true ->
|
||||
send_element(StateData, Header),
|
||||
fsm_next_state(wait_for_auth,
|
||||
StateData#state{
|
||||
server = ServerB,
|
||||
|
Loading…
Reference in New Issue
Block a user