Subject: CVS commit: pkgsrc/chat/emacs-jabber
From: Makoto Fujiwara
Date: 2023-09-09 12:27:21
Message id: 20230909102721.249ADFBDB@cvs.NetBSD.org

Log Message:
(chat/emacs-jabber) Updated 0.8.0 to 0.8.2

- pkgsrc
 * Emacs 28 friendly by correcting make-obsolte function argument
   (by patches)

- Upstream info:

* New features in jabber.el latest git
** Support for reading passwords from netrc/authinfo files
Use "machine example.com login username password s3cret port xmpp".

** Support for roster's groups roll state saving

** Full support for XEP-0012
Response of idle time.

** Support for XEP-0202
Entity Time for request/response time as main method.

** Support for automatic MUC nicks colorization
See "Customizing the chat buffer" in the manual.

** XML Console
Log all received/sending XML stanzas into special buffer. Also can be
used to send custom XML stanzas manually.

** Autoaway
Support for list of autoaway methods. Support for Xa. See section \ 
"Autoaway" in manual.

** MUC
MUC participants list format is now customizable: see
jabber-muc-print-names-format in manual. Also, participants sorted by
role.

** Treat XML namespace prefixes correctly
A change in the Google Talk server has brought to light the fact that
jabber.el didn't handle XML namespace prefixes correctly.  This should
be fixed by the new jabber-xml-resolve-namespace-prefixes function.

Files:
RevisionActionfile
1.7modifypkgsrc/chat/emacs-jabber/Makefile
1.2modifypkgsrc/chat/emacs-jabber/PLIST
1.5modifypkgsrc/chat/emacs-jabber/distinfo
1.1addpkgsrc/chat/emacs-jabber/patches/patch-jabber-menu.el
1.1addpkgsrc/chat/emacs-jabber/patches/patch-jabber-roster.el