mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix exmpp parser options
This commit is contained in:
parent
0b5bcaf74a
commit
a6c0a3d59b
@ -74,9 +74,7 @@
|
||||
-define(BAD_REQUEST, [?CT, {"Set-Cookie", "ID=-3:0; expires=-1"}]).
|
||||
|
||||
-define(PARSER_OPTIONS, [
|
||||
{namespace, true},
|
||||
{name_as_atom, true},
|
||||
{autoload_known, true}
|
||||
{names_as_atom, true}
|
||||
]).
|
||||
|
||||
%%%----------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user