bitlbee-facebook icon indicating copy to clipboard operation
bitlbee-facebook copied to clipboard

Recieve a "seen" notification from recipient.

Open shymega opened this issue 8 years ago • 2 comments

Ideally, would be callback based, but bitlbee-facebook could just send a NOTICE message to the channel,query buffer with the template "Bob Smith has read your message.".

I've done a bit of poking in the source, but haven't yet come across a way to do it. 😄

shymega avatar Jan 30 '17 19:01 shymega

Instead of a notice, it would probably be better to send a CTCP SEEN, parallel to the CTCP TYPING notifications sent when the plugin is set to show them. Clients can handle both CTCP types via scripts/plugins, then.

dgw avatar Jan 31 '17 02:01 dgw

TIL. I didn't know that CTCP TYPING was supported in bitlbee-facebook. I'll have to look into how to get that working on Weechat.

shymega avatar Jan 31 '17 12:01 shymega