otrv4 / pidgin-otrng

Fork of https://bugs.otr.im/plugins/pidgin-otr. This is a mirror of https://bugs.otr.im/otrv4/pidgin-otrng
GNU General Public License v2.0
16 stars 5 forks source link

In the past: OTR showed the html/rtf tags #103

Open claucece opened 5 years ago

claucece commented 5 years ago

See: http://lists.jitsi.org/pipermail/users/2015-February/008840.html

and ideas for solution: http://lists.jitsi.org/pipermail/users/2015-February/008854.html

claucece commented 5 years ago

@olabini do you have ideas? Do you think we should include this on the client recommendations?

claucece commented 5 years ago

See:

https://bugs.otr.im/plugins/pidgin-otr/issues/85 https://bugs.otr.im/plugins/pidgin-otr/issues/78

claucece commented 5 years ago

So, in here, the convert operation as defined in issue otrv4/libotr-ng#183 will help:

Convert Operation:

There is a callback that is made immediately before a message is encrypted and immediately after a message is decrypted. This callback can tweak the plaintext message as needed. For example, this could allow an application to convert formatting on a message if this would normally be done on the plaintext by some other entity while the message is in transit.