-
Notifications
You must be signed in to change notification settings - Fork 45
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
drupal #16
Comments
If you use ejabberd, it is easy to authenticate users in another database. very similar to how speeqe works. Some of it discussed here. http://www.process-one.net/docs/ejabberd/guide_en.html#extauth http://www.ejabberd.im/node/3518 |
Hey thepug, thanks for your reply so fast! |
speeqe uses XMPP to authenticate. you can simply type in your django username and password. See speeqeweb/httpbclient.py |
@thepug: do you really mean django or jabber? I will try this as soon as my installation work :). After that I will try to combine this with drupal and than I will write an howto for the better understanding. I think this module could get very popular. jabber rules ;) |
Ha, I meant you can enter your drupal username and password. Speeqe will then use XMPP to authenticate. Since ejabberd is pointed to your drupal database for authentication, speeqe should authenticate that user. |
Hey,
did anyone authenticate speeqe users against drupal?
kind regards!
The text was updated successfully, but these errors were encountered: