Dan Caseley

Results 108 comments of Dan Caseley

I'm seeing something similar. When I'm in a cluster and I create a room, the room exists properly in the database, but is incorrect in the cache. When I look...

You're attempting to add a user whose local username is 1003 to a MUC named 30046, correct? Which version of Openfire and the plugin are you using?

Tried this out. This works for me. Checked the code, this is returned under specific circumstances. - Room is configured with "Only login with registered nickname" - The user you're...

Take a look at the 'important step' in the Installation section of the readme. I'd send a link, except I'm on mobile. There's a security feature you need to tweak...

> Is there no way to this with a generic filter, or something like that? Totally with you on this. The maintenance effort is far more than zero. I've sunk...

I've pushed some untested code to show what better logging in the AuthFilter might look like.

Ideally, it'd be: "User [user] fetched [something] and was told [X]" ..or.. "User [user] changed [something] from [X] to [Y]". That's incredibly stateful, and logging aside, we regularly don't observe...

The list of members and admins needs to be provided

I'd like to implement some proper validation rules over the body so that you can get informative messages back. This conforms to what the API knows (this is a group...

You appear to have posted the same curl. I'm gonna give the same answer. The list of members and admins needs to be provided. ``` {"name": "groupName", "description": "Description group",...