Tomasz Sterna

Results 100 comments of Tomasz Sterna

BTW, If we decide to port Junction I could do it. I already forked it and know my way around it. It would be nice to have green light from...

There is one, crucial thing missing in the current middleware implementation compared tu Junction - automatic error handling. Junction handler can throw or pass an Error instead of packet, and...

I think with `enableXHTML: false` we should see `` content as usual, not `[object Object]`?

``` [notice] [11] [::ffff:0.2.9.2, port=58072] incoming stream online (id l87r54kw8dc4irqjzml9cjgoosh6kef5nnxsrhp0) sx (server.c:45) building features nad sx (ssl.c:281) offering starttls sx (compress.c:127) offering compression sx (sasl.c:254) application didn't ask us to...

This guide is really (like **_really_**) old. Like jabberd-2.1.6 old... :( Things changed since then and it really needs updating. To see available options do `./configure --help`. The directory for...

Looks like Browsing support was removed in 224cb41a854e8e1eb14f0f9cf62b14e0217a06f2 but there are some leftovers all over the code and docs.

There is no conflict, just a requirement. New option `` needs `` turned on to work. Just make it clear in the comment explaining the option.

Jabberd 2 supports many resources with the same priority. If there are many resources with highest priority, the message is sent to all resources. This is a standard, RFC defined...

OK. While I do see the use-case, it really feels like a band-aid. This does not allow for "chat history" - messages are not persisted. Also "all clients" is an...

This is what [Matrix](https://en.wikipedia.org/wiki/Matrix_%28communication_protocol%29#Protocol) does. Makes sense for distributed chat. On the other hand XMPP is much more than people talking people and simple, reliable, throw-away messages is what M2M...