From 22c6c82c0e210d9cae5e1d91b6d44aef48ea6146 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 20 Jan 2020 14:54:25 +0100 Subject: [PATCH] Disable /t_rtc MQTT topic --- fbchat/_mqtt.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fbchat/_mqtt.py b/fbchat/_mqtt.py index a9f6e31..3b4f5f1 100644 --- a/fbchat/_mqtt.py +++ b/fbchat/_mqtt.py @@ -171,6 +171,10 @@ class Mqtt(object): "/br_sr", # Response to /br_sr "/sr_res", + # Data about user-to-user calls + # TODO: Investigate the response from this! (A bunch of binary data) + # "/t_rtc", + # TODO: Find out what this does! # TODO: Investigate the response from this! (A bunch of binary data) # "/t_p", # TODO: Find out what this does! @@ -186,7 +190,6 @@ class Mqtt(object): "/messaging_events", "/orca_message_notifications", "/pp", - "/t_rtc", "/webrtc_response", ]