public class SkypeChatMessageEvent extends ManagerEvent
It is implemented in chan_skye.c
.
Available with Skype for Asterisk.
source
Constructor and Description |
---|
SkypeChatMessageEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getDecodedMessage()
Returns the decoded message.
|
String |
getFrom()
Returns the Skype username of the sender of this chat message.
|
String |
getMessage()
Returns the Base64 encoded message.
|
String |
getTo()
Returns the Skype username of the recipient of this chat message.
|
void |
setFrom(String from)
Sets the Skype username of the sender of this chat message.
|
void |
setMessage(String message)
Sets the Base64 encoded message.
|
void |
setTo(String to)
Sets the Skype username of the recipient of this chat message.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public SkypeChatMessageEvent(Object source)
public String getTo()
public void setTo(String to)
to
- the Skype username of the recipient of this chat message.public String getFrom()
public void setFrom(String from)
from
- the Skype username of the sender of this chat message.public String getMessage()
public void setMessage(String message)
message
- the Base64 encoded message.public String getDecodedMessage()
Copyright © 2004–2016. All rights reserved.