From 38943b20481fe12bee7e328de46efc0eeb0fe496 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 30 Apr 2015 11:08:45 +0200 Subject: Removed FaceBook Chat as Facebook is now using SSL making it no longer detectable --- src/lib/protocols/jabber.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/jabber.c b/src/lib/protocols/jabber.c index 7b78febb1..eecfbd827 100644 --- a/src/lib/protocols/jabber.c +++ b/src/lib/protocols/jabber.c @@ -36,10 +36,6 @@ static struct jabber_string jabber_strings[] = { { "='im.truphone.com'", NDPI_PROTOCOL_TRUPHONE }, { "=\"im.truphone.com\"", NDPI_PROTOCOL_TRUPHONE }, #endif - -#ifdef NDPI_SERVICE_FACEBOOK_CHAT - { "to='chat.facebook.com'", NDPI_SERVICE_FACEBOOK_CHAT }, -#endif { NULL, 0 } }; -- cgit v1.2.3