JML

net.sf.jml.protocol.outgoing
Class OutgoingSYN

java.lang.Object
  extended by net.sf.jml.protocol.MsnMessage
      extended by net.sf.jml.protocol.MsnOutgoingMessage
          extended by net.sf.jml.protocol.outgoing.OutgoingSYN

public class OutgoingSYN
extends MsnOutgoingMessage

Synchronize contact list.

Supported Protocol: All

MSN8/MSNP9 Syntax: SYN trId versionNum

MSNP10 Syntax: SYN trId lastChangeTime lastBeChangedTime (the first is you change contact list, such as add a user, the second is someone changed your contact list, such as somebody remove you from his contact list)

Author:
Roger Chen

Field Summary
 
Fields inherited from class net.sf.jml.protocol.MsnMessage
protocol
 
Constructor Summary
OutgoingSYN(MsnProtocol protocol)
           
 
Method Summary
 String getCachedVersion()
           
 void setCachedVersion(String version)
           
 
Methods inherited from class net.sf.jml.protocol.MsnOutgoingMessage
messageSent, receivedResponse
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingSYN

public OutgoingSYN(MsnProtocol protocol)
Method Detail

setCachedVersion

public void setCachedVersion(String version)

getCachedVersion

public String getCachedVersion()

JML