Package org.jivesoftware.smackx.pubsub

Examples of org.jivesoftware.smackx.pubsub.LeafNode


    return (LeafNode)pubMgr.createNode("/test/Pubnode" + System.currentTimeMillis(), form);
  }

  protected LeafNode getPubnode(PubSubManager pubMgr, boolean persistItems, boolean deliverPayload, String nodeId) throws XMPPException
  {
    LeafNode node = null;
   
    try
    {
      node = (LeafNode)pubMgr.getNode(nodeId);
    }
View Full Code Here


    return (LeafNode)pubMgr.createNode("/test/Pubnode" + System.currentTimeMillis(), form);
  }

  protected LeafNode getPubnode(PubSubManager pubMgr, boolean persistItems, boolean deliverPayload, String nodeId) throws XMPPException
  {
    LeafNode node = null;
   
    try
    {
      node = (LeafNode)pubMgr.getNode(nodeId);
    }
View Full Code Here

TOP

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

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.