Implement endpoint on the keyserver to get one time keys and prekey to initialize olmsession
Summary: This differential implements an endpoint on the keyserver to get data necessary to initialize olm session with the client.
Test Plan:
Call commCoreModule.initializeCryptoAccount() (it is called in log-in-panel via nativeLogInExtraInfoSelector). This ensures notifications session is initialized. Then call this endpoint to get necessary data to initialize sesion for notifications. Pass obtained data to
commCoreModule.initializeNotificationsSession().
Reviewers: ashoat, jon
Reviewed By: ashoat
Subscribers: anunay, ashoat
Differential Revision: https://phab.comm.dev/D7586