• @[email protected]
    link
    fedilink
    English
    14
    edit-2
    9 months ago

    We have chat standard called XMPP created by literially the same org that makes standards for Internet and Email.

    And there are other public protocols to choose from.

    • TheEntity
      link
      fedilink
      69 months ago

      Unfortunately XMPP died roughly when the mobile devices became a mainstay. The way Google de facto took over the protocol didn’t help either, but even without it XMPP isn’t fit for the mobile-first world. The client needs to maintain an active connection at all times and there is nothing akin to push messaging, causing quite a significant battery drain. I might be unaware of some progress in this regard but this is how I remember it.

      • @[email protected]
        link
        fedilink
        English
        09 months ago

        “The client needs to maintain an active connection at all times” is just plain wrong. Offline messaging is what makes it so much more fit for the masses compared to IRC (I adore IRC btw).

        • TheEntity
          link
          fedilink
          5
          edit-2
          9 months ago

          I don’t mean offline messaging with messages waiting for the user to go online. I mean the lack of push messaging capabilities, so the user/client doesn’t know there is a message waiting until they already go “fully” online.