Package | Description |
---|---|
org.jivesoftware.smackx.vcardtemp |
Smacks implementation of XEP-0054: vcard-temp.
|
org.jivesoftware.smackx.vcardtemp.provider |
Provider classes for XEP-0054: vcard-temp.
|
Modifier and Type | Method and Description |
---|---|
VCard |
VCardManager.loadVCard()
Load the VCard of the current user.
|
VCard |
VCardManager.loadVCard(EntityBareJid bareJid)
Load VCard information for a given user.
|
Modifier and Type | Method and Description |
---|---|
void |
VCardManager.saveVCard(VCard vcard)
Save this vCard for the user connected by 'connection'.
|
Modifier and Type | Method and Description |
---|---|
VCard |
VCardProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |