net.sf.jml.protocol.outgoing
Class OutgoingREM
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
net.sf.jml.protocol.outgoing.OutgoingREM
public class OutgoingREM
- extends MsnOutgoingMessage
Remove a user from contact list.
Supported Protocol: All
Syntax 1: REM trId AL|BL email
Syntax 2: REM trId FL id( groupId)
Can't remove a user from RL, can't set email and id both in one
message.
- Author:
- Roger Chen
Methods inherited from class net.sf.jml.protocol.MsnMessage |
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, isSupportTransactionId, load, save, setChunkData, setChunkData, setCommand, setParam, toString |
OutgoingREM
public OutgoingREM(MsnProtocol protocol)
setRemoveFromList
public void setRemoveFromList(MsnList list)
setEmail
public void setEmail(Email email)
setId
public void setId(String id)
setGroupId
public void setGroupId(String groupId)