XMPP Service Operators - 2024-08-19


  1. Martin

    > xmpp-client jabber.de. 5222 > Priority: 0 Weight: 5 > IP: 2001:4ba0:ffa4:628:: > Test: [Not OK] > tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-08-19T06:00:40Z is after 2024-08-18T21:30:48Z > IP: 213.202.254.140 > Test: [Not OK] > tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-08-19T06:00:40Z is after 2024-08-18T21:30:48Z Does anyone have contact to jabber.de people?

  2. Martin

    devilz?

  3. sven222

    jabber.de? Not again please. I have some contacts there, and they constantly tell me, that this open source xmpp thing is not working, and we should switch to something more reliable.

  4. jonas-l

    The solution is to migrate them to an own server where one can ensure the avaibility oneself; centralized services prevent picking a less reliable server than other users of the same service and it's easier for the users that don't need to understand anything

  5. Menel

    Especially if they don't cost anything. That's not a solid business plan for an open server

  6. nuegia.net

    I'm considering switching to eiabberd for clustering ability

  7. nuegia.net

    Prosody is pretty cool and lean but it doesn't have clustering or even the ability to fail over to another server

  8. nuegia.net

    If someone knows a way to make prosody fail over, even if it's a degraded state please let me know

  9. MattJ

    There are a few strategies, but ultimately if you want full support for that stuff, then certainly it's a reason to consider ejabberd

  10. nuegia.net

    Are these documented?

  11. MattJ

    Not really, maybe some posts on the mailing list

  12. MattJ

    It boils down to "only run a single node per host at a time, keep storage synchronized" and there are numerous ways to achieve those things depending on your requirements and preferences

  13. MattJ

    e.g. whether you consider having a shared RDBMS as the storage a solution

  14. nuegia.net

    > MattJ: > 2024-08-19 11:40 (CDT) > It boils down to "only run a single node per host at a time, keep storage synchronized" and there are numerous ways to achieve those things depending on your requirements and preferences Are those ways documented and is there a way to have prosody running 24/7 as a backup with read-only storage?

  15. MattJ

    Read-only storage is impractical for almost every use case. Assuming you want MAM and offline message support, you wouldn't be able to send/receive messages while the primary was down

  16. nuegia.net

    Yes

  17. nuegia.net

    No mam or msg storage is better than no service at all

  18. MattJ

    Last login time won't be updated, neither will the audit log

  19. nuegia.net

    There's an audit log?

  20. MattJ

    mod_audit

  21. MattJ

    https://modules.prosody.im/mod_audit

  22. ukko

    do any of the servers support syncing member list across multiple rooms?

  23. MattJ

    ukko, surprisingly I don't know of anything supporting that (though it's possible something does and I am just not aware). I think it would be a handy feature for a number of use cases. Of course it does overlap with the "spaces" thing, which there is some interest in working on in the near future, so maybe it will become more commonly available that way.

  24. ukko

    thanks

  25. ukko

    is spaces being pushed forward by any grant or just going as is?

  26. MattJ

    No grants related to it that I'm aware of