Package net.java.sip.communicator.impl.protocol.jabber.extensions.jingle

Examples of net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.JingleIQ.toXML()


                    connection.getUser(),
                    receiverJid,
                    JingleIQ.generateSID(),
                    contentList );
               
                System.out.println( "CALLER: sending jingle request: " + sessionInitIQ.toXML() );
               
                connection.sendPacket(sessionInitIQ);
         
                // now hang out until the user requests that we exit.
                // The rest of the call will be handled by the CallerJingleSession we created above.
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.