Package com.github.zathrus_writer.commandsex.handlers

Examples of com.github.zathrus_writer.commandsex.handlers.Handler_xmpp


   * @return Returns the XMPP/Jabber enabled status
   */
 
  public static boolean isXMPPEnabled(){
    try {
      new Handler_xmpp();
      return true;
    } catch (Exception ex){
      return false;
    }
  }
View Full Code Here

TOP

Related Classes of com.github.zathrus_writer.commandsex.handlers.Handler_xmpp

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.