Changes between Version 2 and Version 3 of AnnotatedObbySession

Show
Ignore:
Timestamp:
05/09/06 01:04:08 (7 years ago)
Author:
anonymous (IP: 71.103.88.166)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnnotatedObbySession

    v2 v3  
    1 == Annotated Obby Session == 
     1= Annotated Obby Session = 
    22 
    33Below is the traffic generated by a simple session between [http://dev.technomancy.us/phil/wiki/ebby Ebby] and Gobby. I've annotated it so that others who may try to implement Obby support in other editors will have an easy starting point and hints on the protocol. Lines in ''italics'' are sent by Ebby, plain lines are sent by Gobby. 
     
    88 
    99Note that this pertains to version 0.3 of the protocol. (Gobby 0.3 is rather temperamental in a few areas. Sending incorrect operation counts (see below) or positions beyond the end of the document will cause crashes. This has been fixed in 0.4.) 
     10 
     11== Sample Session == 
    1012 
    1113''net6_client_login:phil:88ff44'' 
     
    100102 
    101103Here a whole 8 characters have been deleted, from 0x3c to 0x44. 
     104 
     105''obby_document:1 1:unsubscribe'' 
     106 
     107When you're done with a document, send an {{{unsubscribe}}} message to the server. 
     108 
     109{{{obby_document:1 1:unsubscribe:2}}} 
     110 
     111The server confirms you have unsubscribed. The same type of message will be used to inform you if other users unsubscribe from a document you have subscribed to. 
     112 
     113To disconnect from the Obby session, simply close the socket.