From 9a744835d9923090d1e440c74da777e5f5c8d5ae Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 17 Dec 2009 17:47:46 -0500 Subject: [PATCH] Map libpurple PURPLE_STATUS_INVISIBLE to XMPP unavailable for ICQ. --- perl/lib/Thrasher/Protocol/Purple/Vars.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/lib/Thrasher/Protocol/Purple/Vars.pm b/perl/lib/Thrasher/Protocol/Purple/Vars.pm index c661fcc..d88505b 100644 --- a/perl/lib/Thrasher/Protocol/Purple/Vars.pm +++ b/perl/lib/Thrasher/Protocol/Purple/Vars.pm @@ -118,6 +118,7 @@ our %purple_presence = ( our %purple_presence_to_xmpp = ( $PURPLE_STATUS_OFFLINE => [ 'unavailable', '', ], $PURPLE_STATUS_AVAILABLE => [ '', '', ], + $PURPLE_STATUS_INVISIBLE => [ 'unavailable', '', ], $PURPLE_STATUS_AWAY => [ '', 'away', ], $PURPLE_STATUS_EXTENDED_AWAY => [ '', 'xa', ], ); -- 2.11.4.GIT