Summary: | kopete_otr should save the fingerprints for each client-id (XMPP) individually | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | meyerm |
Component: | OTR Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | mzanetti |
Priority: | NOR | ||
Version First Reported In: | 0.80.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
meyerm
2009-11-14 02:18:55 UTC
This isn't needed as the fingerprints for both resources are stored (not overwritten). If a user has two different resources, your fingerprints file looks like this: user1@foo.org ABCDEF user1@foo.org 123456 You can verify both fingerprints and your buddy is authenticated on both clients. There is no need to keep also the resource name. In fact, doing so would break your keys as soon as your buddy changes the resource. |