org.jivesoftware.smackx.provider
Class SubscriptionsProvider

java.lang.Object
  extended by org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
      extended by org.jivesoftware.smackx.provider.SubscriptionsProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.PacketExtensionProvider

public class SubscriptionsProvider
extends EmbeddedExtensionProvider

Parses the subscriptions element out of the pubsub IQ message from the server as specified in the subscriptions schema.

Author:
Robin Collier

Constructor Summary
SubscriptionsProvider()
           
 
Method Summary
 
Methods inherited from class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
parseExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionsProvider

public SubscriptionsProvider()