elpasync pushed a change to branch elpa/jabber.
from c998cb0562 Version bump: 0.12.0
new 0438bd09c3 image: Remove unused placeholder machinery
new dc4852e049 image: Add size cap and detected-type checks to image
fetch
new 03aec85565 chat: Enforce size cap and type checks on aesgcm images
new 317e84b707 util: Add jabber-roster-contact-p
new 4b2ac96c39 chat: Auto-display images only for roster contacts by
default
new 0d11b2911e chat: Load undisplayed image URLs inline with RET
new dfc2e0fc28 changelog: Document image display policy rework
Summary of changes:
CHANGELOG.org | 10 ++
Makefile | 1 +
lisp/jabber-chat.el | 282 ++++++++++++++++++++++++++++++---------------
lisp/jabber-image.el | 117 ++++++++-----------
lisp/jabber-util.el | 6 +
tests/jabber-test-chat.el | 274 +++++++++++++++++++++++++++++++++++++++++++
tests/jabber-test-image.el | 105 +++++++++++++++++
tests/jabber-test-util.el | 27 +++++
8 files changed, 662 insertions(+), 160 deletions(-)
create mode 100644 tests/jabber-test-image.el