Package org.apache.vysper.xmpp.modules.extension.xep0060_pubsub.handler

Examples of org.apache.vysper.xmpp.modules.extension.xep0060_pubsub.handler.ErrorStanzaGenerator


     * @param root the one and only "root" CollectionNode
     */
    public AbstractPublishSubscribeIQHandler(PubSubServiceConfiguration serviceConfiguration) {
        this.serviceConfiguration = serviceConfiguration;
        this.idGenerator = new JVMBuiltinUUIDGenerator();
        errorStanzaGenerator = new ErrorStanzaGenerator();
    }
View Full Code Here


     * @param root the one and only "root" CollectionNode
     */
    public AbstractPublishSubscribeIQHandler(PubSubServiceConfiguration serviceConfiguration) {
        this.serviceConfiguration = serviceConfiguration;
        this.idGenerator = new JVMBuiltinUUIDGenerator();
        errorStanzaGenerator = new ErrorStanzaGenerator();
    }
View Full Code Here

TOP

Related Classes of org.apache.vysper.xmpp.modules.extension.xep0060_pubsub.handler.ErrorStanzaGenerator

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.