Uses of Class
rocks.xmpp.extensions.pubsub.model.ItemReply
-
Packages that use ItemReply Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe. -
-
Uses of ItemReply in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return ItemReply Modifier and Type Method Description ItemReply
NodeConfiguration. getItemReply()
Whether owners or publisher should receive replies to items.static ItemReply
ItemReply. valueOf(String name)
Returns the enum constant of this type with the specified name.static ItemReply[]
ItemReply. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.pubsub.model with parameters of type ItemReply Modifier and Type Method Description NodeConfiguration.Builder
NodeConfiguration.Builder. itemReply(ItemReply itemReply)
Whether owners or publisher should receive replies to items.
-