net.sf.jml.protocol.outgoing
Class OutgoingSBP
java.lang.Object
net.sf.jml.protocol.MsnMessage
net.sf.jml.protocol.MsnOutgoingMessage
net.sf.jml.protocol.outgoing.OutgoingSBP
public class OutgoingSBP
- extends MsnOutgoingMessage
Change property for other user.
Supported Protocol: >= MSNP11
Syntax: SBP trId id propertyType property
- Author:
- Daniel Henninger
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 |
OutgoingSBP
public OutgoingSBP(MsnProtocol protocol)
setId
public void setId(String id)
setPropertyType
public void setPropertyType(MsnUserPropertyType propertyType)
setProperty
public void setProperty(String property)