Examples of RetractItem


Examples of org.jivesoftware.smackx.pubsub.RetractItem

public class RetractEventProvider extends EmbeddedExtensionProvider
{
  @Override
  protected PacketExtension createReturnExtension(String currentElement, String currentNamespace, Map<String, String> attributeMap, List<? extends PacketExtension> content)
  {
    return new RetractItem(attributeMap.get("id"));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.