mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-08 03:51:09 +01:00
Several changes
Add encrypted message listeners Automatically decrypt incoming messages Add convenient methods to get payload
This commit is contained in:
parent
e8f09fc842
commit
ffc8cbbf79
6 changed files with 142 additions and 69 deletions
|
|
@ -127,7 +127,7 @@ public class FileBasedBcOpenPgpStore implements BCOpenPgpStore {
|
|||
}
|
||||
}
|
||||
} catch (IOException | PGPException e) {
|
||||
LOGGER.log(Level.SEVERE, "Error going through available key pair.", e);
|
||||
LOGGER.log(Level.SEVERE, "Error going through available key pairs.", e);
|
||||
}
|
||||
return availableKeyPairs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue