mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +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),
|
send_trailer(StateData),
|
||||||
{stop, normal, StateData};
|
{stop, normal, StateData};
|
||||||
true ->
|
true ->
|
||||||
send_element(StateData, Header),
|
|
||||||
fsm_next_state(wait_for_auth,
|
fsm_next_state(wait_for_auth,
|
||||||
StateData#state{
|
StateData#state{
|
||||||
server = ServerB,
|
server = ServerB,
|
||||||
|
Loading…
Reference in New Issue
Block a user