net.sf.jml.protocol.outgoing
Class OutgoingVER
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
net.sf.jml.protocol.outgoing.OutgoingVER
public class OutgoingVER
- extends MsnOutgoingMessage
Exchange supported version.
Supported Protocol: All
Syntax: VER trId supportedProtocol1 supportedProtocol2...
- 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 |
OutgoingVER
public OutgoingVER(MsnProtocol protocol)
setSupportedProtocol
public void setSupportedProtocol(MsnProtocol[] protocol)
getSupportedProtocol
public MsnProtocol[] getSupportedProtocol()