XMPP Service Operators - 2021-02-14


  1. Kris

    anyone better versed in StanzaJS can help here: https://github.com/nioc/xmpp-web/issues/19 ?

  2. Kris

    anyone got an idea how to forward IMAP to a xmpp MUC? Some sort of bot that checks for new emails on an imap account and posts content into a private MUC?

  3. Kris

    basically to share some email notifications with a group

  4. jonas’

    combine the IMAP library in your language of choice with the XMPP library of your language of choice

  5. jonas’

    thanks to IMAP you don’t even have to poll :)

  6. Kris

    well, I was looking for something already done 😉

  7. Kris

    I found this: https://github.com/perryflynn/xmppnotifier

  8. Kris

    but not sure if it actually posts the content of the messages

  9. Kris

    ah maybe this still works: https://github.com/andyhd/imap-jabber

  10. Kris

    ah, but not to MUCs it seems