elpasync pushed a change to branch elpa/jabber.
from d4960e5ed9 Version bump: 0.10.10
new a7b87cc870 reactions: Add message reactions support
new a5b4b920e4 chatstates: Add MUC typing indicators
new ac15ff345b chatbuffer: Add all-window scroll-to-bottom policy
Summary of changes:
Makefile | 1 +
doap.xml | 7 +
lisp/jabber-chat.el | 48 ++++-
lisp/jabber-chatbuffer.el | 94 ++++++++-
lisp/jabber-chatstates.el | 169 +++++++++++++---
lisp/jabber-muc.el | 128 ++++++------
lisp/jabber-reactions.el | 338 +++++++++++++++++++++++++++++++
lisp/jabber-sm.el | 14 +-
lisp/jabber.el | 1 +
tests/jabber-test-chatbuffer.el | 256 +++++++++++++++++++++++
tests/jabber-test-chatstates.el | 435 ++++++++++++++++++++++++++++++++++++++++
tests/jabber-test-reactions.el | 212 ++++++++++++++++++++
tests/jabber-test-sm.el | 24 +++
13 files changed, 1619 insertions(+), 108 deletions(-)
create mode 100644 lisp/jabber-reactions.el
create mode 100644 tests/jabber-test-reactions.el