Strange warnings in log when user connects to Jabber

Hi guys,

I installed ejabberd v13.12 today on a VM running CentOS 6 and it seems to be functioning correctly. However I have these annoying log entries every time a user logs in:

[warning] <0.18685.0>@acl:match_rule:266 Attempt to match against unspecified access rule 'max_s2s_connections' (scope: example.com)
[warning] <0.18685.0>@acl:match_rule:266 Attempt to match against unspecified access rule 'max_s2s_connections_per_node' (scope: example.com)

I've tried manually specifying the following rules in ejabberd.yml, but it doesn't seem to squash the warning:

access:
  max_s2s_connections:
    all: 1
  max_s2s_connections_per_node:
    all: 1

I also tried using the web interface to specify rules, though I couldn't get that to work at all. All it tells me when I try to submit a rule is "Bad format". Not terribly helpful!

In a potentially unrelated issue - all users are being disconnected every few minutes and then reconnected. My XMPP client (Adium) says "connection reset by peer". There's nothing in the logs to indicate an issue so I'm thinking this is a network issue. I just wanted to mention it in case it might be related to the ACL issue?

Cheers,

Pete.

Syndicate content