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.