HomeSort by relevance Sort by last modified time
    Searched refs:SUBSCRIPTION (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smackx/pubsub/
Subscription.java 17 * Represents a subscription to node for both requests and replies.
21 public class Subscription extends NodeExtension
34 * Used to constructs a subscription request to the root node with the specified
39 public Subscription(String subscriptionJid)
45 * Used to constructs a subscription request to the specified node with the specified
51 public Subscription(String subscriptionJid, String nodeId)
57 * Constructs a representation of a subscription reply to the specified node
58 * and JID. The server will have supplied the subscription id and current state.
62 * @param subscriptionId The id of this subscription
63 * @param state The current state of the subscription
    [all...]
PubSubElementType.java 45 SUBSCRIPTION("subscription", PubSubNamespace.BASIC),
Node.java 137 * @return List of {@link Subscription}
141 public List<Subscription> getSubscriptions()
153 * Please note that the {@link Subscription.State} should be checked
155 * {@link Subscription.State#pending} - The owner must approve the subscription
157 * {@link Subscription.State#unconfigured} - If the {@link Subscription#isConfigRequired()} is true,
158 * the caller must configure the subscription before messages will be received. If it is false
161 * @return The subscription
164 public Subscription subscribe(String jid)
    [all...]

Completed in 184 milliseconds