Comment 69 for bug 257190

Revision history for this message
Cyprian Guerra (cyprian-guerra) wrote :

-- workaround --

Pasted in XMPP console for GoogleTalk account makes you "invisible":

<presence>
    <priority>5</priority>
</presence>
<presence type="unavailable">
    <priority>5</priority>
</presence>

Actually it changes status to "unavailable" but GoogleTalk server tries to deliver the message anyway so it works as invisibility (kind of). It depends on the other side's client if it's user sees you on-line or off-line after the successful message delivery (you should be off-line, though).