Changes between Version 2 and Version 3 of ObbyProtocol

Show
Ignore:
Timestamp:
04/21/06 02:05:24 (7 years ago)
Author:
henoch@… (IP: 83.248.123.63)
Comment:

net6_client_join

Legend:

Unmodified
Added
Removed
Modified
  • ObbyProtocol

    v2 v3  
    3131 
    3232The parameters are the username, the user's colour, the global password, and the user's password. The two latter can be empty or omitted, when applicable. 
     33 
     34If login and authentication are successful, the server continues: 
     35 
     36{{{ 
     37obby_sync_init:1 
     38net6_client_join:b:username:1:1:ff0000 
     39obby_sync_final 
     40}}} 
     41 
     42The obby_sync_init command tells the client how many net6_client_join commands to expect.  The fields of net6_client_join are net6 user id, username, encryption flag (in this context, always true), Obby user id, and Obby colour.