arlolra / ctypes-otr

js-ctypes wrapper for libotr
Mozilla Public License 2.0
29 stars 7 forks source link

Identities should be associated with imIUserStatusInfo objects #44

Open arlolra opened 9 years ago

arlolra commented 9 years ago

10:28:23 AM - flo-retina: arlolra: so the general idea is that accounts are not tied to identities. 10:28:43 AM - flo-retina: there's an imIUserStatusInfo http://mxr.mozilla.org/comm-central/source/chat/components/public/imIUserStatusInfo.idl#13 instance for each identity 10:29:18 AM - flo-retina: each account is attached to an identity: http://mxr.mozilla.org/comm-central/source/chat/components/public/imIAccount.idl#317 10:29:29 AM - flo-retina: and there's a global identity used as a fallback 10:30:17 AM - flo-retina: the global one is at http://mxr.mozilla.org/comm-central/source/chat/components/public/imICoreService.idl#28 10:31:32 AM - flo-retina: I think having the same fingerprint for several accounts could potentially enable interesting things, like starting an encrypted conversation on one IM network and continuing on another one