Skip to content
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

Open
chrisballinger opened this issue Jul 29, 2015 · 3 comments
Open

Add array of supported XEPs #1

chrisballinger opened this issue Jul 29, 2015 · 3 comments

Comments

@chrisballinger
Copy link
Member

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.

{
"domain": "dukgo.com",
"extensions": ["XEP-0198", "XEP-0077", "RFC-6121"]
}
@chrisballinger
Copy link
Member Author

We now have a much better way of doing this client-side

@dllud
Copy link
Contributor

dllud commented Apr 25, 2017

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.

@chrisballinger
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants