Merge pull request #6 from yomimono/master

small typo fixes
This commit is contained in:
Hannes Mehnert 2017-01-30 18:34:16 +00:00 committed by GitHub
commit 14b6c5fc1a

View file

@ -77,7 +77,7 @@ if your long-term (stored on disk) asymmetric keys get seized or stolen, they
are not sufficient to decrypt recorded sessions (you can't derive the session
key from the asymmetric keys) -- but the encrypted channel is still
authenticated (once you verified the public key via a different channel or a
shared secret (using the [Socialist millionairs
shared secret (using the [Socialist millionaires
problem](https://en.wikipedia.org/wiki/Socialist_millionaire))).
OTR does not support offline messages (the session keys may already be destroyed
@ -319,7 +319,7 @@ implementation](https://github.com/hannesm/xmpp/blob/eee18bd3dd343550169969c0b45
is partial and deeply embedded. The XML parser is as well deeply embedded (and [has
some
issues](https://github.com/hannesm/jackline/issues/8#issuecomment-67773044)).
The library needs to be teared apart (something I procrastinate since more than
The library needs to be torn apart (something I procrastinate since more than
a year). Once it is pure, the application can have full control over when to
call IO (and esp use the same protocol implementation as well for registering a
new account - [currently not