Package org.jivesoftware.smackx.pubsub

Examples of org.jivesoftware.smackx.pubsub.SubscriptionsExtension


public class SubscriptionsProvider extends EmbeddedExtensionProvider
{
  @Override
  protected PacketExtension createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends PacketExtension> content)
  {
    return new SubscriptionsExtension(attributeMap.get("node"), (List<Subscription>)content);
  }
View Full Code Here

TOP

Related Classes of org.jivesoftware.smackx.pubsub.SubscriptionsExtension

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.