Package | Description |
---|---|
tigase.server |
The main package with top level API for server side components.
|
Modifier and Type | Method and Description |
---|---|
static Command.DataType |
Command.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command.DataType[] |
Command.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Element |
DataForm.addDataForm(Element el,
Command.DataType data_type) |
Packet |
Iq.commandResult(Command.DataType cmd_type)
Method description
|
static Element |
Command.createIqCommand(JID from,
JID to,
StanzaType type,
String id,
String node,
Command.DataType data_type) |
Packet |
Command.getPacket(JID from,
JID to,
StanzaType type,
String id,
Command.DataType data_type) |
Copyright © 2017 "Tigase, Inc.". All rights reserved.