XMPP Service Operators - 2018-11-17


  1. hex

    Guys, I'm a newbie - I set up an xmpp server, but have some modules disabled, but can't figure out if I necessarily need them - stream management, mem, client state indication and http file upload. The XEPs are a bit technical for a newbie like me. Thanks!

  2. hex

    At least these are the modules Conversations seems to require to function to its full potential.

  3. Licaon_Kter

    hex: what server software? Yes you need CSI, MAM, SM and you'll want filewuploading, right?

  4. hex

    Licaon_Kter prosody

  5. hex

    I seem to be able to send files as it is

  6. hex

    But if a client opens to view his messages later, sometimes they can't download the file

  7. hex

    I don't completely understand the purpose of all modules. For example I see if someone read a message, isn't that part of CSI?

  8. Licaon_Kter

    hex: it's more complicated, read more :) But yes you need them Also test the server with https://github.com/iNPUTmice/caas until you get them all ON ;)

  9. hex

    Licaon_Kter: Ok, I shall, thank you for your help!

  10. pep.

    @version prokapi.com

  11. Echo1

    pep.: prokapi.com is running ejabberd version 18.06.137-conversations.im on unix/linux 4.9.0

  12. pep.

    -expires prokapi.com

  13. pep.

    @expires prokapi.com

  14. pep.

    !expires prokapi.com

  15. pep.

    what's the thing again

  16. hex

    Can I enable both mod_privacy_lists and mod_blocklist, or will they conflict with each other? Seems like Gajim prefers privacy_lists, but prosody docs recommend using the newer mod_blocklists?