Uses of Class
rocks.xmpp.extensions.vcard.temp.model.VCard
-
Packages that use VCard Package Description rocks.xmpp.extensions.vcard.temp Provides classes for XEP-0054: vcard-temp. -
-
Uses of VCard in rocks.xmpp.extensions.vcard.temp
Methods in rocks.xmpp.extensions.vcard.temp that return types with arguments of type VCard Modifier and Type Method Description AsyncResult<VCard>
VCardManager. getVCard()
Gets the vCard of the current user.AsyncResult<VCard>
VCardManager. getVCard(Jid jid)
Gets the vCard of another user.Methods in rocks.xmpp.extensions.vcard.temp with parameters of type VCard Modifier and Type Method Description AsyncResult<Void>
VCardManager. setVCard(VCard vCard)
Saves or updates a vCard.
-