Package hudson.plugins.im.bot

Examples of hudson.plugins.im.bot.Bot.onMessage()


          this.desc.getHost(), this.botCommandPrefix, this.authentication);
    this.bots.add(bot);
   
    if (msg != null) {
      // replay original message:
      bot.onMessage(new JabberMessage(msg, isAuthorized(msg.getFrom())));
    }
    chatCache.put(chatPartner, new WeakReference<Chat>(chat));
    return chat;
  }
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.