Do you think that it’s possible to build a web service to chat compatible with email , xmpp and matrix?
(and why not even with activityPub or rocketChat ?? )

[exemple and why in the post…]

  • poVoq
    link
    fedilink
    7
    edit-2
    8 months ago

    Email is not chat (and there isn’t a nice gateway for Deltachat AFAIK), otherwise yes that is possible. I run a modern IRC network that can be fully used with federated XMPP and Matrix accounts.

    • @lascapiOP
      link
      28 months ago

      Nice! :)
      Do you have to setup a bridge/bot for each room? Or is it at configuration at the server level?

      For exemple if I have a matrix account and I use Element to create a new channel and invite some guys with IRC and some with XMPP?

      • poVoq
        link
        fedilink
        2
        edit-2
        8 months ago

        No, it’s all automatic, but the core is IRCv3 so some knowledge of IRC is good to have for some more advanced features like channel registration and moderation.

        But yes, you can create a channel though the Matrix portal and then share the link to it to IRC and XMPP users, just the syntax for these links is somewhat different for each protocol. Ideally, I could modify the XMPP invite portal (similar to matrix.to but easier to modify) to also work for Matrix and the IRC web-client, but so far they are separate.

        • @lascapiOP
          link
          18 months ago

          Thank you :)

          That sounds not so complex for me.

          But I think of no-technical guys and I think that create a channel and share the link is already to complex! I mean, I can teach them that, but that’s not obvious as Signal or similar app.

  • @sylphio@lemmy.ml
    link
    fedilink
    18 months ago

    I think Matrix has bridges to all these networks, except ActivityPub (it may, I just don’t know).

    • @lascapiOP
      link
      18 months ago

      That’s right, but it’s not activated by default. And it’s not easy at all.

      I tried for myself but that require that I configure bridge for the server, then for each room, with some strange /command I have to remember.

      When I think of a service I mean a service that anyone can use, even the no tech guys.
      It’s nice that it’s technically possible, though! :)

      The biggest part of the question is more a UI/UX question then a technical one actually.

        • chebra
          link
          fedilink
          1
          edit-2
          8 months ago

          @sylphio @lascapi

          > Beeper Clients
          > Native iOS and Android clients (closed source forks of Element iOS and Android)
          > Mac OS, Windows and Linux clients (closed source forks of Element Web/Desktop)

          How can they make a closed source fork of an open source (Apache-2.0) project?

            • chebra
              link
              fedilink
              28 months ago

              @sylphio

              Oh damn, I always thought Apache2.0 will protect also the derivative works, but apparently I was wrong:

              > You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, …

              https://www.apache.org/licenses/LICENSE-2.0.html

        • @lascapiOP
          link
          18 months ago

          Hi :) yes I did. And I tried. 🙂

          It’s a great multi protocol app. But you cannot chat in the same conversation with two different protocol. :/

          And there is no xmpp support.

          Even for the matrix federation it was possible only with the desktop app.

          So that’s not that I looking for.

    • @lascapiOP
      link
      18 months ago

      That’s right but you cannot create a conversation between you and a guy with xmpp and another one with matrix.

      That’s my question. :)

  • @3arn0wl@lemmy.world
    link
    fedilink
    18 months ago

    I’ve wondered before now about an e-mail system which hosts the emails on one’s own device, and uses the activity-pub protocol : decentralised email, I guess…

    The closest I’ve seen is Tox.

    • @lascapiOP
      link
      28 months ago

      The problem with peer2peer messaging is:

      Though several apps that use the Tox protocol seem similar in function to regular instant messaging apps, the lack of central servers similar to XMPP or Matrix currently has the consequence that both parties of the chat need to be online for the message to be sent and received (https://en.wikipedia.org/wiki/Tox_(protocol)#Usability_as_an_instant_messenger )

      That’s why I think about using only decentralized protocol.

      Both (decentralized and p2p) are usefull, but that not the same usage.

        • @lascapiOP
          link
          38 months ago

          That’s nice, but it looks like a workaround.

          I can do it for myself because I’m a geek (but I don’t want to), but if I say to my friends/colleagues that they need another smartphone at home they are going to look at me like I’m crazy !! 🫣

      • @3arn0wl@lemmy.world
        link
        fedilink
        2
        edit-2
        8 months ago

        Yes… I guess if someone were to only use Tox, the device they were using it on would have to be on all the time, with one of the Tox clients running at least in the background.


        Addendum At least you know when the other person is online… There’s some advantage to that.