Thu, 07 Jan 2016 14:06:04 -0500
facebook: ignore messages which are sequentially duplicated
Sometimes Facebook will sent a batch of duplicated messages over the
MQTT stream. There are occasions where Facebook will send duplicated
messages which are not sequential, however, it does not occur at the
rete of the sequential duplication. This is likely due to the fact that
the plugin is using an older revision of the Messenger protocol.
For now, we should attempt to ignore sequential duplicates from being
from being display. This fix is not bullet proof, but it is simple, and
should cut down on the duplicated message spam.
The proper fix is likely going to be to update the plugin to use a more
recent Messenger protocol revision.
|
15998
294277e634fc
More gaim->whatever isms
Mark Doliner <markdoliner@pidgin.im>
parents:
14567
diff
changeset
|
1 | For information on writing a plugin for Purple, Pidgin or Finch, go |
|
33955
55aa58076485
Use https URLs for pidgin.im and developer.pidgin.im.
Mark Doliner <mark@kingant.net>
parents:
28289
diff
changeset
|
2 | https://developer.pidgin.im and click on API. From there, see the |
|
28289
ae4cf144214c
Wrap this file more consistently.
Richard Laager <rlaager@pidgin.im>
parents:
16238
diff
changeset
|
3 | HOWTOs in the "Related Pages" section. |
| 93 | 4 | |
| 35391 | 5 | You can also generate this documentation locally by passing |
| 6 | "--enable-gtk-doc" to ./configure, then running "make" in the source tree. | |
| 7 | The documentation will be in the doc/reference/*/html directories. |