-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add array of supported XEPs #1
Comments
We now have a much better way of doing this client-side |
Nowadays it would be better to use the XMPP Compliance Tester by @iNPUTmice as it scans many more XEPs. You wouldn't even need to run it, you could just parse the available reports. |
Agreed! We should write a script that pulls in the results from the reports because running the compliance tester is a pain. Right now the only critical XEPs are 0357 and 0363, but that will probably change over time. |
Use XEPper tool to get server features: https://davidchiles.github.io/XEPper/
@davidchiles Can we modify XEPper to also produce JSON output of supported XEPs?
This will be useful in the future for determining if a server has XEP-0357 / push support.
The text was updated successfully, but these errors were encountered: