agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

Add ability to parse OTR key file for multiple keys #104

Closed imwally closed 2 years ago

imwally commented 8 years ago

Setup allows you to import an OTR key from a file but it only selects the first one it finds. This commit will instead parse the file to check for multiple keys allowing the user to select the one that they prefer.