So I understand this instance is integrated with XMPP and also vaguely understand XMPP is a chat protocol? It would be great if someone could point me towards a simple explanation around anything else important, I’m a bit lost and the only ‘chat thingy’ I use are messenger apps (is that even the same?)

  • poVoqMA
    link
    fedilink
    arrow-up
    6
    ·
    8 months ago

    https://joinjabber.org gives a good introduction. Just with the difference that you don’t need to register an account because you already have one here on SLRPNK which also works with XMPP clients.

    • TheSun
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      So is that what is meant when people say slrpnk is “integrated” with xmpp, that we can use our slrpnk credentials to log on xmpp clients?

      Is there any feature crossover from the integration like being able to reply to posts on lemmy using xmpp or just the shared login?

  • poVoqMA
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    Its basically federated WhatsApp, in fact WhatsApp uses a slightly modified XMPP under the hood.

  • 𝘋𝘪𝘳𝘬@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    8 months ago

    You can compare it with e-mail … in a way.

    You can set up a server, you can register on an existing server, and you can communicate with everyone else, regardless what server they use. You can send long text, you can send short text, or media. But not as asynchronous mails but as chat messages like in any other common messenger service.

    Like with e-mail you’re not limited to a specific app or a specific website or software. You don’t need to give someone your phone number, or do weird authentication things. You can have REAL end-to-end encryption, too. Most clients support that.

  • nicocool84@sh.itjust.worksM
    link
    fedilink
    English
    arrow-up
    4
    ·
    8 months ago

    ‘chat thingy’ I use are messenger apps (is that even the same?)

    Almost. XMPP is a protocol, and a “messenger app” would be an XMPP client, for instance Conversations. All your messenger apps use some protocol. Most of them use a proprietary protocol meant to be used inside the app’s “walled garden”. XMPP being an open protocol, it’s meant to be used by different clients.

    Why is XMPP relevant to solarpunk? XMPP is quite old and thus, very resource-efficient. However, the X in it stands for extensibility, meaning that you can also do “modern chat stuff” with it.