[OTR-dev] Pidgin-otr end conversation

Ian Goldberg ian at cypherpunks.ca
Thu Nov 8 17:27:42 EST 2012


On Thu, Nov 08, 2012 at 05:20:35PM -0500, David Goulet wrote:
> Yes that's working! :)
> 
> But, is the "buddy" check needed here for a logged in callback ?
> 
> It's just that on IRC you don't have necessarily a buddy added with
> private message for instance.

The issue is that you don't want to send the notification if you don't
know the buddy is online, since that will cause error dialogs to pop up
on many IM networks.  pidgin records the logged-in status for your
buddies, so that's what we check.

What happens with pidgin if you try to send a message to a
not-logged-in person on IRC?  If the answer is "nothing", then maybe the
is_logged_in callback can be modified with an exception for IRC?

   - Ian



More information about the OTR-dev mailing list