• 1000 будь то плагин синхронизирует пользователей / пароль / данные с портала Elgg на ejabberd-server. Это не приводит к следующему сообщению об ошибке:
...
2020-07-13 10:04:58.665 [warning] <0.1058.0>@ejabberd_xmlrpc:build_fault_response:238 Error -118 A problem '{error,access_rules_unauthorized}' occurred executing the command check_account with arguments [{user,<<"UserName">>},{host,<<"example.com">>}]{name,<<"FN">>},
{content,<<"My Name">>}]
...
Думаю, мне нужно возиться с access_rules для xmlrp c. В моем ejabberd.yml
у меня есть следующие строчки (конечно их намного больше):
...
acl:
admin:
user:
- "admin@example.com"
xmlrpc_access:
user:
- "admin@example.com"
access_rules:
local:
allow: local
xmlrpc_access:
allow: xmlrpc_access
...
Можете ли вы помочь мне понять, что делать?