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.
|
15964
0b85a5aa80b1
Rename gaim.m4 to purple.m4. This is for other applications that
Mark Doliner <markdoliner@pidgin.im>
parents:
11318
diff
changeset
|
1 | installed_m4=purple.m4 |
| 11147 | 2 | |
|
35850
1abeda205d6c
cross-win32: make dirs more flexible, add them to the config.h
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
15964
diff
changeset
|
3 | EXTRA_DIST=$(installed_m4) as-ac-expand.m4 |
| 11147 | 4 | |
| 5 | m4datadir=$(datadir)/aclocal | |
| 6 | m4data_DATA=$(installed_m4) |