Session messenger android client currently feels unpolished while simplex seems to require it to run in the background for instant notifications. Is there an alternative that is better than those 2?

  • @[email protected]
    link
    fedilink
    12
    edit-2
    7 months ago

    It depends on many things, such as a threat modeling, opsec, etc. In terms of privacy and security [email protected] seems to be superior.

    Several reasons to that:

    • SimpleX doesn’t have IDs, unlike Session. Which makes it more anonymous and private;
    • Ofc things like E2E encryption, forward secrecy and others;
    • Message mixing is and underrated feature, as well as content padding;
    • It has amazing security features such as self-destruct passwords, and a couple of others;
    • Can be self-hosted;
    • No need for phone number;
    • Leverage several ‘accounts’;

    I have read their white paper, and is worth the time. Also, one of the episodes of the Opt Out podcast is with the SimpleX creator. I suggest listening. I personally liked the way he conceptualizes decentralization, and problematozes protocols.

    I found SimpleX to be the best of all private messengers. Better than Session, Signal, XMPP, DeltaChat, and others. It is also more convenient than Briar and Threema.

  • umami_wasabi
    link
    fedilink
    67 months ago

    Define your criteria for an ideal messenger. What do you need actually? What’s your security requirement?

    • @[email protected]OP
      link
      fedilink
      English
      27 months ago

      Probably something that does not require a phone number while still using google firebase notification system? Basically a less buggy version of session messenger.

      • @[email protected]
        link
        fedilink
        87 months ago

        google firebase notification system

        Why though? If a app has its own implementation this is a non issue really.

        • @[email protected]OP
          link
          fedilink
          English
          47 months ago

          To save battery life I suppose. Also some phones may kill a background app even when told not to thus preventing messages from being received.

          • @[email protected]
            link
            fedilink
            57 months ago

            may kill a background app even when told not to

            Most of the time this can disabled somewhere in the app permissions. i have done this for a couple of apps without much issue.

          • umami_wasabi
            link
            fedilink
            1
            edit-2
            7 months ago

            I have simplex notification service running 24x7. while rarely open, i never missed a message when it arrive (i use it as a message bridge between my devices). Nor I feel it uses more battery that it can’t hold a day of use despite it running constantly in the background. I’m using S21FE btw.