Package org.jivesoftware.openfire.sip.sipaccount

Examples of org.jivesoftware.openfire.sip.sipaccount.SipAccount


    public static void main(String args[]) {

        try {
            InetAddress localAddress = InetAddress.getLocalHost();
            SipAccount sipAccount = new SipAccount("", "", "", "", "", "", "", false);

            SIPTest sipTest = new SIPTest(localAddress, sipAccount);

            sipTest.test(3000, 2);
View Full Code Here

TOP

Related Classes of org.jivesoftware.openfire.sip.sipaccount.SipAccount

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.