| Package | Description |
|---|---|
| org.jivesoftware.smack.filter |
Allows
PacketCollector and PacketListener instances to filter for packets with particular attributes. |
| org.jivesoftware.smack.packet |
XML packets that are part of the XMPP protocol.
|
| org.jivesoftware.smackx.filetransfer | |
| org.jivesoftware.smackx.jingle | |
| org.jivesoftware.smackx.pubsub | |
| org.jivesoftware.smackx.pubsub.packet |
| Constructor and Description |
|---|
IQTypeFilter(IQ.Type type) |
| Modifier and Type | Field and Description |
|---|---|
static IQ.Type |
IQ.Type.ERROR |
static IQ.Type |
IQ.Type.GET |
static IQ.Type |
IQ.Type.RESULT |
static IQ.Type |
IQ.Type.SET |
| Modifier and Type | Method and Description |
|---|---|
static IQ.Type |
IQ.Type.fromString(String type)
Converts a String into the corresponding types.
|
IQ.Type |
IQ.getType()
Returns the type of the IQ packet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQ.setType(IQ.Type type)
Sets the type of the IQ packet.
|
| Modifier and Type | Method and Description |
|---|---|
static IQ |
FileTransferNegotiator.createIQ(String ID,
String to,
String from,
IQ.Type type)
A convenience method to create an IQ packet.
|
| Modifier and Type | Method and Description |
|---|---|
static IQ |
JingleSession.createIQ(String ID,
String to,
String from,
IQ.Type type)
A convience method to create an IQ packet.
|
| Modifier and Type | Method and Description |
|---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
PacketExtension ext) |
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
PacketExtension ext,
PubSubNamespace ns) |
| Modifier and Type | Method and Description |
|---|---|
static PubSub |
PubSub.createPubsubPacket(String to,
IQ.Type type,
PacketExtension extension,
PubSubNamespace ns) |
| Constructor and Description |
|---|
PubSub(String to,
IQ.Type type) |
PubSub(String to,
IQ.Type type,
PubSubNamespace ns) |