Changes between Version 2 and Version 3 of AnnotatedObbySession
- Timestamp:
- 05/09/06 01:04:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnnotatedObbySession
v2 v3 1 = = Annotated Obby Session ==1 = Annotated Obby Session = 2 2 3 3 Below 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. … … 8 8 9 9 Note 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 == 10 12 11 13 ''net6_client_login:phil:88ff44'' … … 100 102 101 103 Here a whole 8 characters have been deleted, from 0x3c to 0x44. 104 105 ''obby_document:1 1:unsubscribe'' 106 107 When you're done with a document, send an {{{unsubscribe}}} message to the server. 108 109 {{{obby_document:1 1:unsubscribe:2}}} 110 111 The 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 113 To disconnect from the Obby session, simply close the socket.
