Hi everybody!
On a Linux server, we are using ejabberd 2.1.5 with Mysql, a php script for extauth and few modules (multicast, admin_extra, muc_admin and xmlrpc).
When a user tries to connect with a wrong jid or password, it succeeds 3 times on 4.
The logs of the php script are correct, it always says false. But when I look at ejabberd logs, it shows true.
I don't use cache for extauth. For the mod_multicast it modifies some libs : ejabberd_c2s, ejabberd_sup and mod_muc_room, maybe it is a source of the problem...
Do you have any idea?
Thank you