mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
* src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorized
(EJAB-187). SVN Revision: 730
This commit is contained in:
parent
42caa09699
commit
1affdd8dce
@ -1,5 +1,8 @@
|
|||||||
2007-02-19 Mickael Remond <mickael.remond@process-one.net>
|
2007-02-19 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
|
* src/cyrsasl_plain.erl: bad-auth error code replaced by not-authorized
|
||||||
|
(EJAB-187).
|
||||||
|
|
||||||
* src/aclocal.m4: configure --with-erlang option is now working (Thanks
|
* src/aclocal.m4: configure --with-erlang option is now working (Thanks
|
||||||
to Jerome Sautret) (EJAB-186).
|
to Jerome Sautret) (EJAB-186).
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ mech_step(State, ClientIn) ->
|
|||||||
true ->
|
true ->
|
||||||
{ok, [{username, User}, {authzid, AuthzId}]};
|
{ok, [{username, User}, {authzid, AuthzId}]};
|
||||||
_ ->
|
_ ->
|
||||||
{error, "bad-auth"}
|
{error, "not-authorized"}
|
||||||
end;
|
end;
|
||||||
_ ->
|
_ ->
|
||||||
{error, "bad-protocol"}
|
{error, "bad-protocol"}
|
||||||
|
Loading…
Reference in New Issue
Block a user