Hi all, I've been reworking the Psi whiteboarding implementation to test the SX(d)E protocol. The major change in the protocol is that now each DOM node (except for children of attributes) is treated as a separate "entity" that is synchronized separately. Besides the content (node name and character data for some node types), some metadata (node-id, parent and primary weight) is also synchronized for each node to uniquely determine the position in the document.
Detailed documentation is to follow at some point but I thought some of you might be interested in taking a look at a dump of stanzas that produced this SVG document: http://svn.el-tramo.be/whiteboarding/trunk/xeps/snapshot.svg The dump of stanzas is here: http://svn.el-tramo.be/whiteboarding/trunk/xeps/sxdesession.txt Joonas
