this post was submitted on 27 Oct 2023
9 points (100.0% liked)

XMPP

316 readers
12 users here now

XMPP (aka Jabber) is the community-owned standard for real-time federated messaging.

For a quick start click here

JoinJabber.org support chat

JoinJabber.org admin support chat

XMPP.net Provider List

Also see JoinJabber.org FAQ

founded 1 year ago
MODERATORS
 

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?)

top 6 comments
sorted by: hot top controversial new old
[–] poVoq 6 points 1 year ago (1 children)

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 1 points 1 year ago (1 children)

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?

[–] poVoq 3 points 1 year ago

For now just shared logins.

[–] poVoq 5 points 1 year ago

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

[–] Dirk@lemmy.ml 4 points 1 year 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.works 4 points 1 year 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.