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

Respect invisibility mode #68

Closed olabini closed 4 years ago

olabini commented 5 years ago

See https://bugs.otr.im/plugins/pidgin-otr/issues/106 for reference

olabini commented 5 years ago

Hopefully should be easy.

pedropalau commented 4 years ago

I publishing this comment here to have registered as we go forward with this.

We need to check how to get the invisible mode working with the XMPP Server, maybe using another service like a mirror, I don't know if we can use XMPP and IRC together, because IRC supports invisible mode.

pedropalau commented 4 years ago

We should skip this issue for now because the invisible mode is not standardized right now in the XMPP protocol or at least they don't have a final solution that can be implemented by the most used IM clients.

The protocol have some specifications for the invisible presence like:

Anyway, in our case Pidgin don't support invisible mode using a XMPP server (like prosody or ejabberd) and that makes it more difficult for us to reproduce this issue.

For that reason we should close this issue at least until Pidgin supports invisible mode for XMPP.

References:

claucece commented 4 years ago

Perfect! Thanks @peterpalau !