End to End Encryption SIG - 2022-07-13


  1. MattJ

    Is there a reason OMEMO uses a separate nodes for device and bundles? Why can't both be in the same node?

  2. pep.

    I'm more or less sure they could be in the same node, but then you'd have a singleton alongside a set of bundles in the same node :/

  3. MattJ

    I mean, why not merge the bundles with the device info? Or can a single device have multiple bundles or something?

  4. MattJ

    I'm just an innocent server developer, sorry :)

  5. pep.

    device info? the device list is just a list of pointers

  6. pep.

    But discoing nodes may be a better use of pubsub..

  7. pep.

    An XMPP resource can have multiple bundles yeah, if that was the question.

  8. pep.

    Movim uses this

  9. Link Mauve

    What for?

  10. pep.

    Why Movim uses it?

  11. pep.

    It uses a bundle per tab, and it declares only one resource

  12. pep.

    Because.. it's complicated? (to reuse other tab's stuff while it's still open? I'm not sure?)