bitlbee / bitlbee-facebook

Facebook protocol plugin for BitlBee
GNU General Public License v2.0
279 stars 49 forks source link

Recieve a "seen" notification from recipient. #125

Open shymega opened 7 years ago

shymega commented 7 years ago

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. 😄

dgw commented 7 years ago

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.

shymega commented 7 years ago

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.