hudson.plugins.skype.im.transport
Class SkypeChat
java.lang.Object
hudson.plugins.skype.im.transport.SkypeChat
- All Implemented Interfaces:
- hudson.plugins.im.IMChat
public class SkypeChat
- extends Object
- implements hudson.plugins.im.IMChat
1-on-1 Jabber chat.
- Author:
- kutzi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkypeChat
public SkypeChat(Chat chat)
sendMessage
public void sendMessage(String msg)
throws hudson.plugins.im.IMException
- Specified by:
sendMessage
in interface hudson.plugins.im.IMChat
- Throws:
hudson.plugins.im.IMException
getNickName
public String getNickName(String sender)
- Specified by:
getNickName
in interface hudson.plugins.im.IMChat
addMessageListener
public void addMessageListener(hudson.plugins.im.IMMessageListener listener)
- Specified by:
addMessageListener
in interface hudson.plugins.im.IMChat
removeMessageListener
public void removeMessageListener(hudson.plugins.im.IMMessageListener listener)
- Specified by:
removeMessageListener
in interface hudson.plugins.im.IMChat
isMultiUserChat
public boolean isMultiUserChat()
- Specified by:
isMultiUserChat
in interface hudson.plugins.im.IMChat
getIMId
public String getIMId(String user)
- Specified by:
getIMId
in interface hudson.plugins.im.IMChat
Copyright © 2004-2011. All Rights Reserved.