Is RCS an open standard? I’ve seen some people say it is and others it isn’t and now I’m very confused. Can you please give me a definitive answer?

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

    The confusion stems from the fact there no APIs in Android that let apps use RCS. Only Google can use it on Android and no other apps can use it. Anyone can make an SMS app. Only Google can make an RCS app.

    It is an open standard, meaning you are free to create your own operating system for phones that implements RCS. But Google doesn’t let you use it on Android, so in practice it’s closed.

    Plus, Google’s implementation of RCS adds extra features (like encryption) that aren’t part of the standard. So even if you create your own operating system that implements RCS, it will still be incompatible. So that’s another reason it’s not really open.

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

      That seems incredibly dumb and backwards. I guess doing it this way helps them expedite its death like all their other products lol

      • Carighan Maconar
        link
        English
        97 months ago

        I was about to say the dumb and backwards part was not having basic stuff like encryption in the standard. 🤷

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

          This is because the telecom providers were apart of designing the standards and implementation but did not care about it and Google released their own service for it. There is no money in it for the telecom providers to support it.

      • @T156
        link
        English
        67 months ago

        It would also let them claim that its an open standard that anyone can use and they’re contributing to open source, even if no-one could effectively use it in the same way that they implemented it.

        It’s XMPP all over again.

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

      Only Google can make an RCS app

      Yes and no.
      You don’t need to make your own OS, but you do need to implement support for the RCS protocol within your app, rather than piggyback on Googles APIs.

      I don’t like it, but there’s no legal requirement for google to provide those APIs, like they did with SMS etc.

      • lemmyvore
        link
        fedilink
        English
        107 months ago

        That’s fair but that also means their “RCS” is really just a name they slapped on their latest proprietary messaging platform.

        We know they’ve been trying to get ahead in the messenger game for many years, now maybe they figured if they use the RCS angle it might get some traction.

        Or maybe I’m completely off, who knows. Google’s approach to messaging has always baffled me. They could have had a ton of traction and market share by now if they’d have just stuck with one. Why they keep tearing them down and building another one, and why they think this latest one will do any better, I have no idea.

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

          You can interoperate with googles RCS.
          If you are willing and able to enter a partnership like Samsung, you can do it fully (including encryption support etc).

          Google are determined to not make it easy, and I agree with you, it appears to be yet another messaging land grab.

          Trying to put myself in their headspace for a moment, one justification for making it hard is to stop thousands of apps coming out declaring “full RCS support!” through the APIs, then screwing the pooch (through poor security or deliberate back doors or or or).
          Right now Google are desperately attempting to make RCS happen, after almost a decade of trying and failing to make various carriers play ball.
          They do not want any bad press about how feature poor/insecure/slow/buggy it is right now.

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

        https://github.com/Hirohumi/rust-rcs-client

        Someone has written an open source RCS client prototype, but it has been only tested in China, where carriers do provide their own RCS servers as they are supposed. The author has not tested it with Google’s servers, which are probably blocked in China.

        If you want to use SIM card based authentication, you need to have the app installed as a system app. That however is not an option for Google’s servers anyway, since they need to be able to work without carrier co-operation. Google uses SMS based authentication instead.

        There does not necessarily need to be anything in Google’s servers that would reject non-Google RCS implementations: the SMS based authentication is defined in the spec, too.

        Personally, I would not want the Google’s proprietary implementation to serve an API, but there to be a fully open source client instead.

    • @johannesvanderwhales
      link
      English
      47 months ago

      So what, if RCS becomes the standard I’m going to lose the ability to choose what messaging app I use? I very much don’t like that.

    • lemmyvore
      link
      fedilink
      English
      37 months ago

      To add to this, even if it were really fully open, like, say, Lemmy is, because it requires servers there’s the issue of being allowed on someone else’s server and whether servers are modified, and whether server owners want to interoperate and so on.

      In some ways the RCS debacle has been similar to the Fediverse debacle about federating with Threads, or with undesirable servers. Even if the protocols are open there can still be bad actors.

    • _thisdot
      link
      fedilink
      English
      27 months ago

      This seems to imply that you need a fork of Android, if you’re to build a messaging app that uses RCS.

      But my understanding is what you really need is essentially an RCS server.