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

Suppport for XEP-0070: Verifying HTTP Requests via XMPP #20

Open
jarobase opened this issue Jun 3, 2018 · 0 comments
Open

Suppport for XEP-0070: Verifying HTTP Requests via XMPP #20

jarobase opened this issue Jun 3, 2018 · 0 comments

Comments

@jarobase
Copy link

jarobase commented Jun 3, 2018

XEP-0070 allows a client to verify HTTP Requests via XMPP. It can be used in 2 factor authentication or as a replacement of passwords.

See:
https://xmpp.org/extensions/xep-0070.html
https://blog.agayon.be/xmpp_auth_django.html

There are some implementations on the server side:

If the XEP-0070 is not supported, there is a fall back method (just plain text) so the client doesn't necessarily has to have support for this. Unfortunately, this method is usable with xabber-web.

In order to test several clients support, I made a small website:

https://demo.agayon.be/

I aim to make a website for non-tech people based on this feature.

Unfortunately, it is not really usable with xabber-web at the moment.

  • The message of the component are not received even with the fallback method.
  • It is not possible to add the component to roster (I don't know if it would respect the protocol)

As a result, people not familiarized with XMPP cannot use the functionality with xabber-web.

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

1 participant