Package | Description |
---|---|
org.jivesoftware.smackx.pubsub | |
org.jivesoftware.smackx.pubsub.packet | |
org.jivesoftware.smackx.pubsub.provider |
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext) |
protected PubSub |
Node.createPubsubPacket(IQ.Type type,
ExtensionElement ext,
PubSubNamespace ns) |
protected PubSub |
Node.sendPubsubPacket(PubSub packet) |
Modifier and Type | Method and Description |
---|---|
protected PubSub |
Node.sendPubsubPacket(PubSub packet) |
Modifier and Type | Method and Description |
---|---|
static PubSub |
PubSub.createPubsubPacket(String to,
IQ.Type type,
ExtensionElement extension,
PubSubNamespace ns) |
Modifier and Type | Method and Description |
---|---|
PubSub |
PubSubProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |