# Simple sample session of the Yahoo! messenger with the Odigo server using # the IMIP protocol (IMUnified). # address of the Odigo server is imip.odigo.com:11319 # # > at the beginning of a line marks data sent to the server # < at the beginning of a line marks data sent by the server # all lines are closed with "\r\n" ######### # Login # ######### > HELO > 32 > ID: 1001 > Protocol: IMIP/1.0 > < HELO < 194 < Auth-Type: imip-md5 < Capabilities: server-lists < ID: 19191 < Keep-Alive: 60 < Protocol: IMIP/1.0 < Registration: http://www.odigo.com/user < Service: odigo.com < ServiceDisplayName: Odigo < < 97841749 > LOGN 6340564 > 93 > ID: 1002 > Client: Yahoo! IMIP Client > Auth-Type: imip-md5 > > 3d55df930d8ba94fc9aacc3e8cb9711c # the last line is not closed by \r\n < LOGN 6340564 < 28 < ID: 19194 < Reference: 1002 ################ # set presence # ################ > STAT ONLINE > 12 > ID: 1003 > < ACK 600 < 28 < ID: 19195 < Reference: 1003 ################## # Ping after 60s # ################## > PING > 12 > ID: 1004 > < ACK 600 < 28 < ID: 19280 < Reference: 1004 ########## # Logout # ########## > DISC > 12 > ID: 1005 > < ACK 600 < 28 < ID: 19365 < Reference: 1005 # connection gets closed