Michael Uvarov
Michael Uvarov
I will test it. Last time I had [problems](https://github.com/benoitc/hackney/issues/21) with hackey. That is why there are two versions for both libraries in `etorrent_core`.
`escalus_bosh:stop/1` is async (does not wait a reply from the server). It may cause this behavior.
Old PR, closing
Not closing, because @NelsonVides is interested in it...
Old PR, closing
Hi, @oybek It is a bit by design. We need to do privacy check, in the current XEPs. ejabberd actually does not do privacy check for offline users, just writes...
Hi, we use `ejabberd_local:route_iq` when server wants to ask client something. I.e. it wants to send IQ get or set to the client. It is used in mod_caps, for example....
I think we should reply with something like that: ```xml ```
Added a PR. Now there should be an error sent back https://github.com/esl/MongooseIM/pull/4503