net.sf.jml.protocol.incoming
Class IncomingLSG
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnIncomingMessage
net.sf.jml.protocol.incoming.IncomingLSG
public class IncomingLSG
- extends MsnIncomingMessage
One of responses of OutgoingSYN, return groups. MSNP8/MSNP9
will return the default group, and MSNP10 or higher will not.
Supported Protocol: All
MSNP8/MSNP9 Syntax: LSG groupId groupName 0
MSNP10 Syntax: LSG groupName groupId
- Author:
- Roger Chen
Methods inherited from class net.sf.jml.protocol.MsnMessage |
addParam, asString, clearParams, getChunkData, getCommand, getParam, getParamCount, getProtocol, getTransactionId, isSupportChunkData, load, save, setChunkData, setChunkData, setCommand, setParam, toString |
IncomingLSG
public IncomingLSG(MsnProtocol protocol)
isSupportTransactionId
protected boolean isSupportTransactionId()
- Description copied from class:
MsnMessage
- If support transaction id, then can set transaction id.
- Overrides:
isSupportTransactionId
in class MsnMessage
- Returns:
- is support transaction id
getGroupId
public String getGroupId()
getGroupName
public String getGroupName()
messageReceived
protected void messageReceived(MsnSession session)
- Description copied from class:
MsnIncomingMessage
- The message have received.
- Overrides:
messageReceived
in class MsnIncomingMessage
- Parameters:
session
- the MsnSession which received the message