Package nu.fw.jeti.plugins

Examples of nu.fw.jeti.plugins.Avatars.sendPresence()


   
    backend.send(new InfoQuery("set",new VCard(tempPersonal,tempBusiness,null,null)));
    if(PluginsInfo.isPluginLoaded("ichatavatars"))
    {
      Avatars a = (Avatars)PluginsInfo.getPluginInstance("ichatavatars");
      a.sendPresence();
    }
    dispose();
  }
 
  private String encode(File file)
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.