Paweł Chmielowski
Paweł Chmielowski
What you are seeing there is probably result of a filter that we apply when room is set to anonymous. In that case we send notifications for that only to...
`sql_ssl_verify` checks if cert was signed by known certificate authority, i am guessing you are using self signed cert - so it's not and so you cert don't pass that...
So in other words you created room with `create_room_with_opts` with subscribers and then when you sent message to a room using command (what exactly command?), that didn't get delivered to...
It's working in my tests, you are aware that mucsub will not send regular groupchat message, but event with wrapped message like this: ```xml test ```
So that message that i showed in previous message was a result of calling ``` ejabberdctl send_message groupchat user@localhost [email protected] "" test ``` and that resulted in sending that event...
So about send_message not sending message to a room, user that you use in 'from' must be room subscriber or muc admin, only those two classes can send message without...
Yes that list of room subscribers.
I don't know, do you have anything logged by server when you call that?
So it seems that part is working.
Messages with event are stored in both user archive and offline storage (so they will be redelivered when user comes online). So those are two ways you can get older...