Armin Burgmeier <[EMAIL PROTECTED]> writes: >> Apparently version 0.4 of the protocol breaks compatibility. Is this >> a major break? > It is. TLS is not the only reason why 0.4 and 0.3 are not compatible > (although it is a good excuse ;) ). But if I remember correctly, the > only major thing that has also changed is the chunk handling during the > document synchronisation which is now chunk-based (chunks are coherent > parts of a document that a single user has written) instead of line-based.
Well, I got impatient and started implementing based on 0.3 since it's what I have installed right now, and I've got a basic one-way connection. Gobby -> Emacs works fairly well, though there's no distinguishing between users. There are still a few mysteries in the protocol, but for the most part talking straight with Gobby has proven a lot quicker than reading the obby source... but that's probably because I really suck at/hate C++. So, if anyone wants to try it out or help contribute, please feel free. (Any Emacs people on this ML?) I've set up a page on my personal Trac for it: http://dev.technomancy.us/phil/wiki/ebby And you can get it through Subversion: svn export svn://technomancy.us/dotfiles/.emacs.d/ebby.el The Trac at 0x539 seems to be mostly about Gobby. Would it be appropriate to add an entry about Ebby there? -Phil Hagelberg _______________________________________________ obby-users mailing list [email protected] http://draenor.its-toasted.org/mailman/listinfo/obby-users
