Paweł Chmielowski
Paweł Chmielowski
This library was developed for ejabberd, and i think it was using `#xmlel` even before xmerl was a thing, so pretty much it's like that for historical reasons.
I will probably add option to parser functions to change output that would generate xmerl compatible output.
No, this is not configurable at this moment
I guess this adds some function spec that aren't compatible with what we do?
Do you have hibernate option set in mod_muc (and to some low value)? I think it may be that room is hibernated in time between when we locate where it...
Hm, looks like table used for keeping mapping from room name to handler processes have some bad entries. Is that cluster or single node instance? Do you have any entry...
This command do delete only room local to node where it was executed, if those rooms are supposed to live on other nodes, this will not fix it. It may...
It should be unhibernated, probably there is entry in online rooms table for that room that is no longer valid (it should be removed when room hibernates), so we don't...
So room will be unhibernated if someone sends message/iq/presence request or when any action is done on it from ejabberdctl (at least i think i updated all commands to do...
I prepared simple python program for switching between standby/normal mode: https://gist.github.com/prefiks/e614116fc3983a8e7e5fe326800dc101 Accepts 'on' or 'off' parameter to switch between those two modes, and it does that for all devices that...