Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Simple API for sending a message over XMPP to any Jabber ID on the federated network.
For a wrapper to use in vals see https://www.val.town/v/singpolyma/sendxmpp
await fetch("https://singpolyma-sendxmppapi.web.val.run", {
method: "POST",
body: JSON.stringify({ target: "someone@example.com", body: "Hello!" })
})