Quote:
Originally Posted by metajack
Chesspark did authentication based on JID.
|
Yes, that's the most obvious way :)
Quote:
Originally Posted by metajack
The database just checked credentials against the JID
|
And here comes the technical question: How can I do that?
At the moment I use the same username and password for both xmpp and couchdb. It works but It's awful to keep the login data in sync.
As I could see, you have some experience with couchdb, right? Do you know how to tell couchdb to use the JID as access model?