On Fri, Apr 24, 2015 at 12:56 PM, Keith Erskine <[email protected]> wrote:
> Miguel - > > If group aliases are only valid to a local twisterd, what happens if I'm > running Twister on two devices running two separate twisterd's (My Mac and > Android phone, for example) but each using my private key. Would I have to > invite myself again? > > Keith, you should always invite yourself to start (at least from the API perspective, by calling newgroupinvite after creategroup - UI will probably make creation + self invite a single operation). So invitation will be stored on your own torrent, encrypted with your own key. Each device will decrypt this invitation and will create a local group alias for it. Alias is just a string starting with * and followed by 8 random letters, like "*ifmqyhsn". So your Mac and Android will have different local group aliases referring to the same group. Alias is only used for twisterd-frontend communication. User should be presented with "group description" which is the same string. regards, Miguel -- You received this message because you are subscribed to the Google Groups "twister-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
