mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02:00
Update to support avatars.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2813 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
3b75e10675
commit
6dbc7c285e
2 changed files with 115 additions and 14 deletions
|
@ -98,6 +98,7 @@ public class VCardProvider implements IQProvider {
|
|||
vCard.setFirstName(getTagContents("GIVEN"));
|
||||
vCard.setLastName(getTagContents("FAMILY"));
|
||||
vCard.setMiddleName(getTagContents("MIDDLE"));
|
||||
vCard.setEncodedImage(getTagContents("BINVAL"));
|
||||
|
||||
setupEmails();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue