We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the review of PR #385, the intent to create Avatars for members in the chat rooms was raised.
We could use the vcard API from converse.js to [update the profile information].(https://github.com/conversejs/converse.js/blob/master/src/headless/plugins/vcard.js#L291-L315). The vcard will expect a base64 encoded image. The desire is to use the jitsi user's avatar which can be accessed via the generic Room.
vcard
Here is the relevant section from the PR discussing this matter.
The text was updated successfully, but these errors were encountered:
morganecf
No branches or pull requests
As part of the review of PR #385, the intent to create Avatars for members in the chat rooms was raised.
We could use the
vcard
API from converse.js to [update the profile information].(https://github.com/conversejs/converse.js/blob/master/src/headless/plugins/vcard.js#L291-L315). Thevcard
will expect a base64 encoded image. The desire is to use the jitsi user's avatar which can be accessed via the generic Room.Here is the relevant section from the PR discussing this matter.
The text was updated successfully, but these errors were encountered: