PLUGIN_HOWTO

Thu, 07 Jan 2016 14:06:04 -0500

author
James Geboski <jgeboski@gmail.com>
date
Thu, 07 Jan 2016 14:06:04 -0500
changeset 37514
ad2ee74b913a
parent 35391
de331168e981
permissions
-rw-r--r--

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
a62ef5a64629 [gaim-migrate @ 103]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
4
35391
de331168e981 Prepare more for gtk-doc
Ankit Vani <a@nevitus.org>
parents: 33955
diff changeset
5 You can also generate this documentation locally by passing
de331168e981 Prepare more for gtk-doc
Ankit Vani <a@nevitus.org>
parents: 33955
diff changeset
6 "--enable-gtk-doc" to ./configure, then running "make" in the source tree.
de331168e981 Prepare more for gtk-doc
Ankit Vani <a@nevitus.org>
parents: 33955
diff changeset
7 The documentation will be in the doc/reference/*/html directories.

mercurial