------------------
- Major protocol update. Instead of sending message stanzas around, now iq
stanzas are used. This makes it possible to check for errors and synchronize
in certain edge cases. It also makes the protocol more in line with XMPP
conventions.
[ggozad]
- Reorganized and cleaned js code. The client protocol implementation is now
separate from the plone-specific parts allowing code reuse and improving
readability.
[ggozad]
- Notify user when others are joining/leaving the node.
[ggozad]