| WEBSITE | https://waservices.dev |
| CODEBERG | https://codeberg.org/JumpingPants |
| Jabber/XMPP | [email protected] |
| WEBSITE | https://waservices.dev |
| CODEBERG | https://codeberg.org/JumpingPants |
| Jabber/XMPP | [email protected] |
Actually, even if you don’t care about #UnifiedPush, having this minimal #Prosody server that just accepts messages via a simple REST API and sends them out via #XMPP is great alternative to the various sendxmpp scripts out there.
The goal of this tutorial is to set up a simple REST API that allows you to send XMPP messages to an existing XMPP account. This can be easily integrated into monitoring solutions or other scripts that send out status information. While there are command-line tools like go-sendxmpp that send messages by connecting to an XMPP server directly, this guide is specifically about providing an HTTP interface. curl "https://ntfy.stdmsg.tech:5281/msg/[email protected]" \ -u [email protected]:secret \ -H "Content-Type: text/plain" \ -d "Your flat white is done" Hint: If you don’t have an XMPP account to receive these messages, you can create one on a public server from within Conversations (F-Droid, Google Play) or another XMPP client of your choosing.
Twitter is turning 20 years old this month and we are slowly starting to have a debate about social media regulation (in the form of age restrictions).
I’m looking forward to discussing if and how we should regulate generative AI around 2045.

Jabber Quota for March: 5 people
Jabble Chat might have logo by end of March, making it ready for publishing to app marketplaces such as F-Droid, Izzy, and the Google Play Store.
My little fork of monocles tailored to my local community :)
I'm finishing the implementation of contacts e2e encryption. This has been done in the context of the serverless metadata reduction grant (https://nlnet.nl/project/ServerlessXMPP/). As the name implies, it let you encrypt metadata on your contacts (name, groups, description), but can also be used to extend roster metadata.
On other fronts, we have talked about sealed sender at last summit (notably @daniel) and @mathieui made a great suggestion about onion routing in XMPP.
Hacktivists tried to find a workaround to Discord’s age-verification software, Persona. Instead, they found its frontend exposed to the open internet, and that was just the beginning.