You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More of a feature, but I'd like to have converse.js automatically login the user.
Converse.js already supports this in converse.initialize() with the jid value, I just don't know how to fetch the current user's email.
If anyone can tell me how to fetch the user's primary mail, I'll sort this myself.
Describe the bug
More of a feature, but I'd like to have converse.js automatically login the user.
Converse.js already supports this in
converse.initialize()
with thejid
value, I just don't know how to fetch the current user's email.If anyone can tell me how to fetch the user's primary mail, I'll sort this myself.
Context
Steps to reproduce
vim /var/www/converse/index.html
converse.initialize
jid
also works withauthentication: 'login'
, not justprebind
Expected behavior
When the user visits converse.js, their primary email should be written in the "XMPP Address" field.
The text was updated successfully, but these errors were encountered: