https://bugs.documentfoundation.org/show_bug.cgi?id=103640

            Bug ID: 103640
           Summary: PostMessage API: closeSession
           Product: LibreOffice Online
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

As described in #103450:
- users can create document editing sessions (DES)
- when DES is created its creator becomes a "DES owner"
- DES owner can invite other users to the session,
- uninvited users can't join the session without invitation,
- any user can create a separate session on a document, even if it's already
edited by someone else (other DESs exist).
- only DES owner can terminate/destroy/close the DES.

Having above in mind I need a postMessage API messages that will:
1. "Close_Session" message (host -> editor), to allow the DES owner to
terminate the session.
   When such a message is received, Office Online should inform all session
members (views) that the session has been closed. In such a case host page
would inform the user with a message and close the editor window. This can be
done with
2. "Session_Closed" message (editor -> host).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to