this post was submitted on 02 Oct 2023
2 points (75.0% liked)

XMPP/Jabber

527 readers
2 users here now

Since this community was partially inaccessible due to a long standing bug in Lemmy, we moved to a new XMPP community here instead: [email protected]

XMPP/Jabber is the community-owned standard for real-time federated messaging.

For a quick start click here

Support chat

XMPP.net Provider List

Also see JoinJabber.org FAQ

founded 4 years ago
MODERATORS
2
Mastodon/xmpp bridge (codeberg.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I'm having fun coding Poxtit, a Python code that, thanks to slixmpp Python library, allow post xmpp room messages to Mastodon account, follow fediverse's users and replicate their public posts to any room.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Yes, I came across this yesterday on Codeberg. Looks quite neat!

How is the access controlled? Can anyone in the MUC post via the bot?

Edit: btw. this community is a bit abandoned, better subscribe to [email protected]

[โ€“] [email protected] 2 points 1 year ago

The access is controlled by a user database. Only the owner of the bot (the one who runs the code) can add users. Anybody in the muc can post to the fediverse if it's in the bot user database.