-
felix
Someone knows if its posible to make a support live chat for a webpage with converse
-
felix
and prosody
-
allie
felix: you might be able to do it with converse in overlay mode, anonymous authentication, auto login, and configured to send a message to a specific jid ... but I'm not sure if that would give the interface you wanted.
-
tom
Can I hide operator status in a muc?
-
tom
Is it possible to automatically cull and then temporary ban a user of a muc if they link to discord?
-
Link Mauve
Yes.
-
tom
Is there a server module for that or does it have to be done via bot?
-
Link Mauve
You’d have to write a module for your server.
-
Link Mauve
A bot can’t moderate content a priori.
-
tom
I would assume there's probably already a muc moderation module where you can do general filtering via a regular experssion?
-
Link Mauve
That could be possible, but I’ve never encountered such a module.
-
tom
hmm
-
tom
you mentioned I'd have to write that module. I've never written lua be....well that's not true. I've done a little game engine scripting in lua with two different games a couple of years ago
-
tom
is there a guide on doing this you would reccomend?
-
Link Mauve
Join xmpp:prosody@conference.prosody.im?join first, then have a look at other modules, at the doc, etc., and ask away any question you have.
-
tom
yeah, closest thing I found was a muc-name regex blocker, not content
-
tom
thank you