Package org.jivesoftware.openfire.sip.tester.security

Examples of org.jivesoftware.openfire.sip.tester.security.SipSecurityManager


     */
    public SipManager(InetAddress localAddress) {

        this.localAddress = localAddress;
        registerProcessing = new RegisterProcessing(this);
        sipSecurityManager = new SipSecurityManager();
        //registerRetries = 0;
    }
View Full Code Here

TOP

Related Classes of org.jivesoftware.openfire.sip.tester.security.SipSecurityManager

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.