Package com.gvaneyck.rtmp

Examples of com.gvaneyck.rtmp.DummySSLSocketFactory


    if (connection == null) {
      //Connection.DEBUG_ENABLED = true;
      ConnectionConfiguration config = new ConnectionConfiguration(
          ServerInfo.currentServerInfo.XMPPserver, 5223);
      config.setSecurityMode(SecurityMode.enabled);
      config.setSocketFactory(new DummySSLSocketFactory());
      config.setCompressionEnabled(true);
      config.setServiceName("pvp.net");
      connection = new XMPPConnection(config);
     
    }
View Full Code Here

TOP

Related Classes of com.gvaneyck.rtmp.DummySSLSocketFactory

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.