public class JingleModule extends Object implements tigase.jaxmpp.core.client.XmppModule
| Modifier and Type | Class and Description |
|---|---|
static interface |
JingleModule.JingleSessionAcceptHandler |
static interface |
JingleModule.JingleSessionInfoHandler |
static interface |
JingleModule.JingleSessionInitiationHandler |
static interface |
JingleModule.JingleSessionTerminateHandler |
static interface |
JingleModule.JingleTransportInfoHandler |
| Modifier and Type | Field and Description |
|---|---|
static tigase.jaxmpp.core.client.criteria.Criteria |
CRIT |
static String[] |
FEATURES |
static String |
JINGLE_RTP1_XMLNS |
static String |
JINGLE_XMLNS |
| Constructor and Description |
|---|
JingleModule(tigase.jaxmpp.core.client.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports) |
tigase.jaxmpp.core.client.criteria.Criteria |
getCriteria() |
String[] |
getFeatures() |
void |
initiateSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports) |
void |
process(tigase.jaxmpp.core.client.xml.Element element) |
protected void |
processIq(tigase.jaxmpp.core.client.xmpp.stanzas.IQ iq) |
void |
terminateSession(tigase.jaxmpp.core.client.JID jid,
String sid,
tigase.jaxmpp.core.client.JID initiator) |
void |
transportInfo(tigase.jaxmpp.core.client.JID recipient,
tigase.jaxmpp.core.client.JID initiator,
String sid,
tigase.jaxmpp.core.client.xml.Element content) |
public static final String JINGLE_RTP1_XMLNS
public static final String JINGLE_XMLNS
public static final tigase.jaxmpp.core.client.criteria.Criteria CRIT
public static final String[] FEATURES
public void acceptSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
getCriteria in interface tigase.jaxmpp.core.client.XmppModulepublic String[] getFeatures()
getFeatures in interface tigase.jaxmpp.core.client.XmppModulepublic void initiateSession(tigase.jaxmpp.core.client.JID jid,
String sid,
String name,
tigase.jaxmpp.core.client.xml.Element description,
List<Transport> transports)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void process(tigase.jaxmpp.core.client.xml.Element element)
throws tigase.jaxmpp.core.client.XMPPException,
tigase.jaxmpp.core.client.xml.XMLException,
tigase.jaxmpp.core.client.exceptions.JaxmppException
process in interface tigase.jaxmpp.core.client.XmppModuletigase.jaxmpp.core.client.XMPPExceptiontigase.jaxmpp.core.client.xml.XMLExceptiontigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void processIq(tigase.jaxmpp.core.client.xmpp.stanzas.IQ iq)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void terminateSession(tigase.jaxmpp.core.client.JID jid,
String sid,
tigase.jaxmpp.core.client.JID initiator)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void transportInfo(tigase.jaxmpp.core.client.JID recipient,
tigase.jaxmpp.core.client.JID initiator,
String sid,
tigase.jaxmpp.core.client.xml.Element content)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.