I'm adding a private messaging system to my app, so users could send private message to their friends.
I thought I could use the send dialog, but the link param seems to be required.
Is there any reason to require that property ? Is there any other way to send private messages ? (Except XMPP Chat)
Thanks.