While investigating cs3org/reva#2148 I ran into a question:
Why is there on the one hand a cs3/ocm/core
package, with:
And on the other hand a cs3/sharing/collaboration
package, with:
I think that ocm/core
is used by the sender and sharing/collaboration
is used by the receiver of a share, but if that's really the explanation then we should probably rename them to something like ocm/sender
and ocm/receiver
, respectively?