Home
last modified time | relevance | path

Searched refs:CONFIGURE_OWNER (Results 1 – 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/pubsub/
DFormNodeType.java26 CONFIGURE_OWNER, enumConstant
46 return CONFIGURE_OWNER; in valueOfFromElementName()
DNode.java102 …Packet reply = sendPubsubPacket(Type.GET, new NodeExtension(PubSubElementType.CONFIGURE_OWNER, get… in getNodeConfiguration()
103 return NodeUtils.getFormFromPacket(reply, PubSubElementType.CONFIGURE_OWNER); in getNodeConfiguration()
114 …PubSub packet = createPubsubPacket(Type.SET, new FormNode(FormNodeType.CONFIGURE_OWNER, getId(), s… in sendConfigurationForm()
DPubSubElementType.java30 CONFIGURE_OWNER("configure", PubSubNamespace.OWNER), enumConstant