| Package | Description |
|---|---|
| org.xmpp.forms | |
| org.xmpp.packet |
| Modifier and Type | Class and Description |
|---|---|
class |
DataForm
Represents a form that could be use for gathering data as well as for reporting data
returned from a search.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<org.dom4j.QName,Class<? extends PacketExtension>> |
PacketExtension.registeredExtensions
Subclasses of PacketExtension should register the element name and namespace that the
subclass is using.
|
| Modifier and Type | Method and Description |
|---|---|
PacketExtension |
PacketExtension.createCopy()
Creates a deep copy of this packet extension.
|
PacketExtension |
IQ.getExtension(String name,
String namespace)
Returns a
PacketExtension on the first element found in this packet's
child element for the specified name and namespace or null if
none was found. |
PacketExtension |
Packet.getExtension(String name,
String namespace)
Returns a
PacketExtension on the first element found in this packet
for the specified name and namespace or null if
none was found. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PacketExtension> |
PacketExtension.getExtensionClass(String name,
String namespace)
Returns the extension class to use for the specified element name and namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IQ.addExtension(PacketExtension extension)
Adds the element contained in the PacketExtension to the child element of the IQ
packet.
|
void |
Packet.addExtension(PacketExtension extension)
Adds the element contained in the PacketExtension to the element of this packet.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.