Yaaf.Xmpp.VCard


IVCardService

Defined in Yaaf.Xmpp.VCard.dll.
Defines the service to set and request vcards

Instance members

Instance memberDescription
RequestVCard(arg1)
Signature: (JabberId option) -> Task<VCardInfo option>
Modifiers: abstract
Request a vcard from an entity (None for ourself)
SetVCard(arg1)
Signature: VCardInfo -> Task
Modifiers: abstract
Set our vcard
Fork me on GitHub