All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jivesoftware.smackx.pubsub.CollectionNode Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/*
 * Created on 2009-07-13
 */
package org.jivesoftware.smackx.pubsub;

import org.jivesoftware.smack.Connection;

public class CollectionNode extends Node
{
	CollectionNode(Connection connection, String nodeId)
	{
		super(connection, nodeId);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy