jdev - 2024-11-03


  1. Schimon

    This is an error message page which I design for Falkon. Would this be a better design for an XMPP profile page?

  2. Schimon

    https://xmpp.pimux.de/file_share/01d8e3d6-9211-4661-928e-ccc83c15a672/scrot-rofi_20241103-111811.png

  3. Schimon

    I have a question concerning to OMEMO. I want to ask it in private. Is there anyone here who is expert with OMEMO or has an understanding of it?

  4. Schimon

    Good evening. I have a question concerning to OMEMO. I want to ask it in private. Is there anyone here who is expert with OMEMO or has an understanding of it?

  5. Schimon

    Good evening. I have a question concerning to OMEMO. I want to ask it in private. Is there anyone here who is expert with OMEMO or has a fluent understanding of it?

  6. Holger

    Schimon, Martin: xmpp:mcabber@conf.lilotux.net?join

  7. Schimon

    Thank you. Holger.

  8. Schimon

    > Schimon, Martin: xmpp:mcabber@conf.lilotux.net?join Due to a certificate issue, Gajim does not allow me to join.

  9. Holger

    singpolyma: Just skimming over the backlog but `max_fsm_queue` limits the size of the process message queues of the Erlang processes.

  10. Schimon

    *I will ask this publicly.* Suppose an entity has an access to both OMEMO PubSub nodes of given accounts. Could that entity decrypt messages of these given accounts?

  11. Holger

    singpolyma: -process

  12. singpolyma

    Holger: aha! Interesting. So the beam message stuff

  13. Holger

    singpolyma: Yeah.

  14. singpolyma

    So if those fill up it would be because the server is lagging internally?

  15. singpolyma

    Server or cluster if clustered I suppose

  16. Holger

    singpolyma: Right. If the limit is hit a message would be logged.

  17. singpolyma

    Makes sense. Thanks!

  18. Holger

    singpolyma: The limit is per-node.

  19. Holger

    singpolyma: So not directly related to clustering.

  20. singpolyma

    Ok

  21. Holger

    singpolyma: Stanzas are passed around as those 'Erlang messages' internally, so it makes sense to set `max_fsm_queue` larger than XMPP-level queues such as the 0198 queue.

  22. singpolyma

    Ok. So if raising one maybe raise the other by a similar amount

  23. Holger

    Yeah.

  24. Holger

    BTW, as that was mentioned above, the 0198 queue can be configured to be stored on disk rather than in memory.

  25. wgreenhouse

    Schimon: no; those are used for public information (the devicelist and then the bundles for each device)

  26. wgreenhouse

    private keys stay on the device

  27. Schimon

    wgreenhouse. Thank you for the information.

  28. wgreenhouse

    Schimon: if an entity can _write_ another device to the devicelist and add a bundle, though, they could trick that user's contacts into encrypting new messages to that device

  29. wgreenhouse

    this is mitigated by out-of-band verification of OMEMO identities

    👍 1