public class VCardModule
extends tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule<tigase.jaxmpp.core.client.xmpp.stanzas.Stanza>
| Modifier and Type | Class and Description |
|---|---|
static class |
VCardModule.VCardAsyncCallback |
| Constructor and Description |
|---|
VCardModule() |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.criteria.Criteria |
getCriteria() |
String[] |
getFeatures() |
void |
process(tigase.jaxmpp.core.client.xmpp.stanzas.Stanza element) |
void |
retrieveVCard(tigase.jaxmpp.core.client.JID jid,
tigase.jaxmpp.core.client.AsyncCallback asyncCallback) |
void |
retrieveVCard(tigase.jaxmpp.core.client.JID jid,
Long timeout,
tigase.jaxmpp.core.client.AsyncCallback asyncCallback) |
void |
retrieveVCard(tigase.jaxmpp.core.client.JID jid,
VCardModule.VCardAsyncCallback asyncCallback) |
public tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
public String[] getFeatures()
public void process(tigase.jaxmpp.core.client.xmpp.stanzas.Stanza element)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
process in class tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule<tigase.jaxmpp.core.client.xmpp.stanzas.Stanza>tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void retrieveVCard(tigase.jaxmpp.core.client.JID jid,
tigase.jaxmpp.core.client.AsyncCallback asyncCallback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void retrieveVCard(tigase.jaxmpp.core.client.JID jid,
Long timeout,
tigase.jaxmpp.core.client.AsyncCallback asyncCallback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void retrieveVCard(tigase.jaxmpp.core.client.JID jid,
VCardModule.VCardAsyncCallback asyncCallback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2022 Tigase. All rights reserved.