Results 338 comments of JC Brand

There are many forks. I've created my own here: https://github.com/conversejs/skeletor I'm using it to move away from Backbone views to Lit web components. Still keeping the models and collections for...

It is pretty much dead. There are so many things that could be done to move this project forward that are not being done. For example, in [skeletor](https://github.com/conversejs/skeletor) I've created...

@chkpnt: Could you please elaborate? What is lacking for these IDEs?

I'm guessing if you extended via the ES2015 `extend` keyword it wouldn't be a problem? At least with models, you can extend them the ES2015 way. With Views it's more...

We have in production a Converse-based webchat (same upstream lib as this Peertube plugin) which uses Prosody and which sometimes has multiple thousands (but below 10k) users in a groupchat...

Thanks @JohnXLivingston > The chat show the occupants (but it is hidden by default) Ok, if you turn off presence broadcasting, then you won't see any occupants, so sounds like...

I suspect that the usage of BOSH plays a role here. It's much slower and more complex than websocket connections.

Sorry, I'm not aware of such a feature for XMPP. The tricky part would be to route the messages to moderators and then to let them approve/deny the messages. Could...

@JohnXLivingston: I like to keep an eye on projects that use Converse so that I can help out if possible. I don't currently host Peertube myself, but I think it's...

What is the issue you're running into? I've done some work recently to make IndexedDB a viable alternative to localStorage, but you'll have to use a build from the current...