# 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: 22901 < Keep-Alive: 60 < Protocol: IMIP/1.0 < Registration: http://www.odigo.com/user < Service: odigo.com < ServiceDisplayName: Odigo < < 1919833824 > LOGN 6340564 > 93 > ID: 1002 > Client: Yahoo! IMIP Client > Auth-Type: imip-md5 > > 3da461811be2c27177eeb8d3c81bb01 # the last line is not closed by \r\n < LOGN 6340564 < 28 < ID: 22904 < Reference: 1002 ################ # set presence # ################ > STAT ONLINE > 12 > ID: 1003 > < ACK 600 < 28 < ID: 22905 < Reference: 1003 #################### # add user to list # #################### > LIST ADD 7744387 > 40 > ID: 1004 > List: Buddy > From: 6340564 > < ACK 600 < 28 < ID: 22951 < Reference: 1004 ################ # user accepts # ################ < STAT ONLINE < 26 < From: 7744387 < ID: 22972 ################## # Ping after 60s # ################## > PING > 12 > ID: 1005 > < ACK 600 < 28 < ID: 23005 < Reference: 1005 ################ # another ping # ################ > PING > 12 > ID: 1006 > < ACK 600 < 28 < ID: 23112 < Reference: 1006 ################ # send message # ################ > MESG > 78 > ID: 1007 > To: 7744387 > ACK-Type: errors-only > From: 6340564 > > Hello Matthias! # the last line is not closed by \r\n ########################### # 7744387 wants to add us # ########################### < LIST ADD < 67 < From: 7744387 "mawis76" < ID: 23171 < List: Buddy < < Want to add you! # the last line is not closed by \r\n ###################### # another ping first # ###################### > PING > 12 > ID: 1008 > < ACK 600 < 28 < ID: 23210 < Reference: 1008 ######################### # we accept being added # ######################### > LIST ACCEPT 7744387 "mawis76" > 27 > ID: 1009 > From: 6340564 > < ACK 600 < 28 < ID: 23214 < Reference: 1009 #################### # we get a message # #################### < MESG < 132 < Content-Type: text/plain;charset=utf-8 < From: 7744387 "mawis76" < ID: 23236 < Time: 2002-02-22T21:21:08Z < To: 6340564 < < reply message # the last line is not closed by \r\n ########## # Logout # ########## > DISC > 12 > ID: 1010 > < ACK 600 < 28 < ID: 23285 < Reference: 1010 # connection gets closed