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

[WIP] Alternative authcid #383

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Commits on Jul 22, 2015

  1. Use upstream strophejs-plugins

    benlangfeld authored and bklang committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    9ce5d88 View commit details
    Browse the repository at this point in the history
  2. Upgrade to latest Strophe.js release

    benlangfeld authored and bklang committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    6ffcec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    133e92a View commit details
    Browse the repository at this point in the history
  4. Permit connecting with an alternative authcid

    This permits imitation of other users (for example, if usera@example.com is allowed to create a session as userb@example.com, he will provide the JID userb@example.com in <stream:stream to="..." and <bind/>, but use his own credentials in the the <auth/> packet per SASL's separation of authzid and authcid.
    benlangfeld authored and bklang committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    f432031 View commit details
    Browse the repository at this point in the history