Mickaël Rémond

Results 64 comments of Mickaël Rémond

If you do not send initial presence, you are not registered to get message routed to you. You will not receive your offline messages. I am not 100% sure of...

See https://xmpp.org/rfcs/rfc6121.html#message section 8.5.2.1.1. To know if you can route a message to a session, the server need to check against the presence priority. If you have not send a...

Sorry I am usually not I MUC room. That said, I am not sure indeed this ticket is indeed the right place for long RFC quoting. I was just trying...

@wichert Yes, this is what I had in mind, as well.

Ping is a bit heavy on the server. Some servers (like ejabberd on SaaS) support whitespace ping. I will try to add this method (whitespace ping) when I have some...

@mdosch Sorry it took so long, but I am finally working on the disconnect detection and adding some way to trigger reconnect.

@mdosch I think the new ClientManager should do what you need. It reconnects automatically when the connection is lost. You can check how to use it in the xmpp_echo example:...

I think this is because it was not yet reviewed.

@genofire Any opinion on this? Do you like the prototype API to create packets better ?

Thanks for feedback. I committed my exploration in that branch: https://github.com/FluuxIO/go-xmpp/tree/builder-exploration/pkg/stanza to give you a better idea. I feel that at some point the code may be difficult to navigate,...