-
tom
Can anybody throw out some names for web based XMPP chats that allow you to enter a muc, have good UI, and don't require you to sign up
-
Link Mauve
Converse.
-
tom
Can that be used on a web page without requiring the user to sign up or create an account, just ask for a nickname
-
tom
Like kiwiIRC
-
pep.
yes
-
tom
Thank you
-
pep.
prosody also has a mod_conversejs if you want. The thing they use on chat.prosody.im
-
pep.
The deployed version is slightly modified, possibly
-
tom
Deployed version?
-
tom
It's a bit weird a web application is a server module
-
tom
Why is it like that?
-
pep.
It's just serving JS
-
tom
Do I have to do that or can my own webserver serve the js
-
pep.
And using some of your server config to generate that JS, but it can be static
-
pep.
You can have your own web server
-
pep.
You can even do JS locally
-
pep.
In something like epiphany or *drumroll* .. electron
-
tom
Is there a web based xmpp client that doesn't use javascript
-
pep.
I am not sure such a thing exists or is even possible, unless you want 90s UX
-
tom
That's fine
-
tom
And preferred
-
pep.
Movim uses little JS, but still JS.
-
pep.
You'd need to add support for sasl anon though