Examples of BindIQHandler


Examples of org.apache.vysper.xmpp.modules.core.bind.handler.BindIQHandler

*/
public class BindResourceDictionary extends NamespaceHandlerDictionary {

    public BindResourceDictionary() {
        super(NamespaceURIs.URN_IETF_PARAMS_XML_NS_XMPP_BIND);
        register(new BindIQHandler());
        seal();
    }
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.