otrv4 / libotr-ng

A new implementation of OTR with support for version 4. This is a mirror of https://bugs.otr.im/otrv4/libotr-ng
Other
43 stars 9 forks source link

Signal warnings correctly to the client #168

Closed claucece closed 5 years ago

claucece commented 5 years ago

As seen here: https://github.com/otrv4/libotr-ng/blob/master/src/client.c#L256 Warnings should be treated in some way by the client.. should we send an error message, should we have return codes?

claucece commented 5 years ago

This should ensure all warnings are checked.

claucece commented 5 years ago

Added as a callback now :)