| Package | Description |
|---|---|
| org.jivesoftware.smackx.vcardtemp | |
| org.jivesoftware.smackx.vcardtemp.provider |
| Modifier and Type | Method and Description |
|---|---|
VCard |
VCardManager.loadVCard()
Load the VCard of the current user.
|
VCard |
VCardManager.loadVCard(String 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) |