XMPP Ariadne Proof Utility to upload and manage proofs inside XMPP accounts. https://xmpp-util.keyoxide.org
 
 
Go to file
Yarmo Mackenbach ded109ef34
Change reference to XEP
2022-12-12 17:31:06 +01:00
LICENSE Initial commit 2022-12-12 11:09:56 +01:00
README.md Initial commit 2022-12-12 11:09:56 +01:00
converse-headless.min.js Initial commit 2022-12-12 11:09:56 +01:00
converse-headless.min.js.map Initial commit 2022-12-12 11:09:56 +01:00
index.html Change reference to XEP 2022-12-12 17:31:06 +01:00
script.js Add missing semicolon 2022-12-12 13:18:35 +01:00
simple.min.css Initial commit 2022-12-12 11:09:56 +01:00

README.md

XAPU - XMPP Ariadne Proof Utility

This utility allows you to upload and manage Ariadne proofs in your XMPP account.

Hosted at xmpp-util.keyoxide.org.

It's a static page that runs entirely in the browser so feel free to host it yourself on your own server.

How it works

This utility logs in to your XMPP account and creates a new public pubsub node (if it doesn't exist yet) dedicated to Ariadne Identity proofs. You are able to create new proofs and remove existing proofs. There's a button to reset the pubsub node for troubleshooting and even the possibility to remove the pubsub node if you no longer wish to use proofs.

Dependencies

The included files are:

  • converse.js (headless) version 7.0.6
  • simple.css version 2.1.1

Credits

This utility is a modified version of the XMPP account exporter utility on github by Matthew Wild.