Package nu.fw.jeti.plugins.jingle.jingle.nat

Examples of nu.fw.jeti.plugins.jingle.jingle.nat.BasicResolver


     * @param connection XMPP Connection to be used
     */
    public JingleManager(Backend connection) {
        this(connection, new JingleTransportManager() {
            protected TransportResolver createResolver(JingleSession session) {
                return new BasicResolver();
            }
        });
        JingleManager.setServiceEnabled(connection, true);
    }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.jingle.jingle.nat.BasicResolver

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.