Home | History | Annotate | Download | only in jingle

Lines Matching full:demo

483 Index: org/jivesoftware/smackx/jingle/mediaimpl/demo/Demo.java
485 --- org/jivesoftware/smackx/jingle/mediaimpl/demo/Demo.java (revision 11644)
486 +++ org/jivesoftware/smackx/jingle/mediaimpl/demo/Demo.java (working copy)
489 - * $RCSfile: Demo.java,v $
507 -package org.jivesoftware.smackx.jingle.mediaimpl.demo;
528 - * Jingle Demo Application. It register in a XMPP Server and let users place calls using a full JID and auto-receive calls.
531 -public class Demo extends JFrame {
546 - public Demo(String server, String user, String pass) {
650 - Demo demo = null;
653 - demo = new Demo(args[0], args[1], args[2]);
654 - demo.pack();
655 - demo.setVisible(true);
656 - demo.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);