Looking for more documentation about the connection manager

followup to http://www.igniterealtime.org/forum/thread.jspa?threadID=27838 but this time in the right forum

Short summary:

I’'ve to do something very similar to the connection manager and looking for some more documentation how the magic works (besides reading source code).

I’‘d like to connect several accounts via one connection to an openfire server and was already up to writing a sever plugin until I saw that some sort of multiplexing is already done for the communication with the CM module. It looks like an amazingly good idea for me to reuse this technique. More or less I’‘m mostly interested in the communication between CM and Server as I’'ve to substitute the client connection to the CM with something own.

I really like to know more about how the stanzas look like and where to find more about the http://jabber.org/protocol/connectionmanager xmlns Is there a way to get this information?