XMPP Service Operators - 2019-09-29


  1. felix

    Someone knows if its posible to make a support live chat for a webpage with converse

  2. felix

    and prosody

  3. 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.

  4. tom

    Can I hide operator status in a muc?

  5. tom

    Is it possible to automatically cull and then temporary ban a user of a muc if they link to discord?

  6. Link Mauve

    Yes.

  7. tom

    Is there a server module for that or does it have to be done via bot?

  8. Link Mauve

    You’d have to write a module for your server.

  9. Link Mauve

    A bot can’t moderate content a priori.

  10. tom

    I would assume there's probably already a muc moderation module where you can do general filtering via a regular experssion?

  11. Link Mauve

    That could be possible, but I’ve never encountered such a module.

  12. tom

    hmm

  13. 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

  14. tom

    is there a guide on doing this you would reccomend?

  15. 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.

  16. tom

    yeah, closest thing I found was a muc-name regex blocker, not content

  17. tom

    thank you