bbbbbbbb dddddddd b::::::b lllllll d::::::d 333333333333333 tttt b::::::b l:::::l d::::::d3:::::::::::::::33 ttt:::t b::::::b l:::::l d::::::d3::::::33333::::::3 t:::::t b:::::b l:::::l d:::::d 3333333 3:::::3 t:::::t b:::::bbbbbbbbb l::::l aaaaaaaaaaaaa ddddddddd:::::d 3:::::3 mmmmmmm mmmmmmm aaaaaaaaaaaaa ssssssssss ttttttt:::::ttttttt eeeeeeeeeeee rrrrr rrrrrrrrr b::::::::::::::bb l::::l a::::::::::::a dd::::::::::::::d 3:::::3 mm:::::::m m:::::::mm a::::::::::::a ss::::::::::s t:::::::::::::::::t ee::::::::::::ee r::::rrr:::::::::r b::::::::::::::::b l::::l aaaaaaaaa:::::a d::::::::::::::::d 33333333:::::3 m::::::::::mm::::::::::m aaaaaaaaa:::::ass:::::::::::::s t:::::::::::::::::t e::::::eeeee:::::eer:::::::::::::::::r b:::::bbbbb:::::::b l::::l a::::ad:::::::ddddd:::::d 3:::::::::::3 m::::::::::::::::::::::m a::::as::::::ssss:::::stttttt:::::::tttttt e::::::e e:::::err::::::rrrrr::::::r b:::::b b::::::b l::::l aaaaaaa:::::ad::::::d d:::::d 33333333:::::3 m:::::mmm::::::mmm:::::m aaaaaaa:::::a s:::::s ssssss t:::::t e:::::::eeeee::::::e r:::::r r:::::r b:::::b b:::::b l::::l aa::::::::::::ad:::::d d:::::d 3:::::3m::::m m::::m m::::m aa::::::::::::a s::::::s t:::::t e:::::::::::::::::e r:::::r rrrrrrr b:::::b b:::::b l::::l a::::aaaa::::::ad:::::d d:::::d 3:::::3m::::m m::::m m::::m a::::aaaa::::::a s::::::s t:::::t e::::::eeeeeeeeeee r:::::r b:::::b b:::::b l::::l a::::a a:::::ad:::::d d:::::d 3:::::3m::::m m::::m m::::ma::::a a:::::assssss s:::::s t:::::t tttttte:::::::e r:::::r b:::::bbbbbb::::::bl::::::la::::a a:::::ad::::::ddddd::::::dd3333333 3:::::3m::::m m::::m m::::ma::::a a:::::as:::::ssss::::::s t::::::tttt:::::te::::::::e r:::::r b::::::::::::::::b l::::::la:::::aaaa::::::a d:::::::::::::::::d3::::::33333::::::3m::::m m::::m m::::ma:::::aaaa::::::as::::::::::::::s tt::::::::::::::t e::::::::eeeeeeee r:::::r b:::::::::::::::b l::::::l a::::::::::aa:::a d:::::::::ddd::::d3:::::::::::::::33 m::::m m::::m m::::m a::::::::::aa:::as:::::::::::ss tt:::::::::::tt ee:::::::::::::e r:::::r bbbbbbbbbbbbbbbb llllllll aaaaaaaaaa aaaa ddddddddd ddddd 333333333333333 mmmmmm mmmmmm mmmmmm aaaaaaaaaa aaaa sssssssssss ttttttttttt eeeeeeeeeeeeee rrrrrrr

wtwOTRmessaging

  1. About plugin
  2. Download
  3. Source code
  4. FAQ
  5. Changelog

About plugin

This is a plugin for WTW communicator using Off-the-Record Messaging protocol to guarantee:

  • encryption - no one else can read your messages,
  • authentication - you can be sure who are you talking to,
  • deniability - after the conversation it is not possible to prove that you are the author of sent messages,
  • perfect forward secrecy - losing your private key does not imply that your previous conversations are compromised.

Download

Last version 0.4.2.0 [MD5: 2ed602f46a8f0e22c12bfe4e4b5f3950]

Source code

Sources are available at GitHub.

FAQ

How to start

...

Why does it work only for XMPP protocol?

...

What does it mean that conversation is not private/unverified/private?

...

Are there alternative ways to authenticate the person?

...

How to use custom icons?

...

Changelog

0.4.2.0 2016-04-03
  • Updated OTR library to version 4.1.1
0.4.1.0 2015-03-30
  • Fixed bug in displaying selected privacy policy in popup menu
0.4.0.0 2015-03-29
  • Possibility to select privacy policy for each contact separately
  • Fixed two bugs that happened when the peer has ended private converstaion
  • Fixes displaying some HTML entities if they occurred in messages
0.3.1.0 2015-01-16
  • Possibility to use custom icons
  • Plugin messages are displayed with different style
  • Fixes regarding plugin unload
0.3.0.0 2015-01-13
  • Icons added
  • Fixed displaying private keys' hashes
  • Notifications are displayed if some OTR errors occur
0.2.3.0 2015-01-10
  • Metacontacts are now supported
  • Plugin-generated messages are no longer being archived
0.2.2.0 2015-01-08
  • Fixed handling multiple accounts
0.2.1.0 2015-01-06
  • Changed WTW API hooks
0.2.0.0 2015-01-03
  • Added feature to choose an encryption policy
  • The plugin settings now saved in INI file
  • Added feature to save the plugin logs to a file
0.1.2.0 2014-12-23
  • Fixed support for multiple protocols (Gadu-Gadu supported)
0.1.1.2 2014-12-22
  • Changed the build configuration from Debug to Release
0.1.1.1 2014-11-15
  • First implementation