diff options
author | Luca <deri@ntop.org> | 2015-04-30 11:08:45 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-04-30 11:08:45 +0200 |
commit | 38943b20481fe12bee7e328de46efc0eeb0fe496 (patch) | |
tree | 603d26fb4b3a2cdaa3ba02b47aba337e15086017 /src/lib/protocols/jabber.c | |
parent | 4ffabffcbbc2399663b570ac4cd969746b23f5dd (diff) |
Removed FaceBook Chat as Facebook is now using SSL making it no longer detectable
Diffstat (limited to 'src/lib/protocols/jabber.c')
-rw-r--r-- | src/lib/protocols/jabber.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 } }; |