-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I'm using the standard demo.conf file, with DJabberd::RosterStorage::SQLite commented out, and DJabberd::RosterStorage::InMemoryOnly uncommented.
The HTML file I am using is (other than the usual chrome):
<script>
var conn = new Strophe.Connection("http://192.168.1.150/http-bind/");
conn.connect("admin@192.168.1.150/random_res_id", "secret", function (status) {
if (status === Strophe.Status.CONNECTED) {
alert("Connected");
}});
</script>
According to my understanding of the demo config file only users "partya" and "partyb" should be able to connect, but the current config allows any user in if the supplied password matches the one defined for DJabberd::Authen::StaticPassword. I have checked the djabberd log file and the expected output ("denying, unless allowed:") from DJabberd::Authen::AllowedUsers isn't there.
Metadata
Metadata
Assignees
Labels
No labels