Package nu.fw.jeti.plugins.groupchat

Examples of nu.fw.jeti.plugins.groupchat.GroupchatSignin


      Plugin.startGroupchat(jid,backend);
    }
   
    public static void signin(Backend backend, String server)
    {
      GroupchatSignin g = new GroupchatSignin(backend);
      g.setChatRoomServer(server);
      g.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of nu.fw.jeti.plugins.groupchat.GroupchatSignin

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.