It looks like the way to push a document onto the infinote user is by using the
infc_browser_add_note_with_content method. I dont think I have wrapped this
method in QInfinity::Browser but it should only be a couple-liner.
On the Kobby side you should only need to read the document as a QString and
send the data through this method, from there the session-subscribe code
should handle the rest. Some modifications will probably need to be made to
DocumentBuilder, mabye add an 'insert_into_model' parameter which will keep
the created document from being added to the view before we send it over the
network.
--
Gregory Haynes
--
Gregory Haynes
Sorry for the slow reply, I was on vacation the past week. You should be able
to construct a session using the NotePlugin wrapper in the Kobby source (which
is how libinfinity construct sessions). Let me know if you get stuck with this
and ill try to point you in the right direction.
>
> --