diff options
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index 5ff4ea71df..806dad4cd8 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -24,6 +24,7 @@ static const TCHAR *clients[] = { _T("mobile"),
_T("pda"),
_T("gtalk"),
+ _T("jabiru"),
_T("jtalk"),
_T("jasmine"),
_T("ebuddy"),
@@ -35,4 +36,5 @@ static const TCHAR *clients[] = { _T("berry"),
_T("iphone"),
_T("ipad")
+ _T("im+")
};
|