Mickaël Rémond
Mickaël Rémond
Hello Alexey, I prepared a release of sqlite3 for hex.pm (as version 1.1.5) and here is what I used to prepare the package. We needed that to release ejabberd on...
I added the s library as a requirement. It is probably possible to do without it. This is my first elisp patch, so I still need to learn ;) This...
This XEP make mod_last more useful with auto away features supported by XMPP clients. Reference: http://xmpp.org/extensions/xep-0256.html
RFC 6121 says: [3.1.3. Server Processing of Inbound Subscription Request](http://xmpp.org/rfcs/rfc6121.html#sub-request-inbound) Otherwise, if the contact has no available resources when the subscription request is received by the contact's server, then the...
Some features requests are interesting but are only useful for a very small subset of the user base and would make code more complex / harder to maintain. Probably we...
After having send a presence multicast directed presence, we need to keep track of it in c2s state to broadcast presence changes. When sending a directed presence multicast packet, we...
We should allow sending messages for a while, until we reconnect. The send would fail on messages with an error when the queue is full. We should also link that...
As the transport is encode in the url scheme, maybe we do not need that extra level and we can simply have a flat structure configuration.
Client manager should only call Resume() when the client support Stream management. It should not call resume for Components, but directly call connect. The clean-up should make the component code...