From: Magnus H. <leg...@us...> - 2012-02-03 16:54:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "emacs-jabber". The branch, master has been updated via a98bbc4da6ab878ea3693e6335e2ba6badf1d701 (commit) via faf2e9e7aaf9f5c8a539934c916614eb6e6a487c (commit) from 4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a98bbc4da6ab878ea3693e6335e2ba6badf1d701 Author: mag...@gm... <mag...@gm...> Date: Fri Feb 3 13:29:41 2012 +0000 Version 0.8.91 diff --git a/configure.ac b/configure.ac index 05736aa..c3b14a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([jabber.el], [0.8.90], [ema...@li...], [emacs-jabber]) +AC_INIT([jabber.el], [0.8.91], [ema...@li...], [emacs-jabber]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-lzma dist-zip 1.9]) AC_CONFIG_MACRO_DIR([m4]) commit faf2e9e7aaf9f5c8a539934c916614eb6e6a487c Author: mag...@gm... <mag...@gm...> Date: Fri Feb 3 13:22:42 2012 +0000 * jabberd.el (jabberd-handle): Update for new namespace handling. diff --git a/tests/jabberd.el b/tests/jabberd.el index 5b6feab..0985687 100644 --- a/tests/jabberd.el +++ b/tests/jabberd.el @@ -73,8 +73,8 @@ arguments, the client FSM and the stanza.") ;; If so, send <stream:features>. (when (string-match "version=[\"']" stanza) (jabberd-send fsm - '(stream:features - () + '(features + ((xmlns . "http://etherx.jabber.org/streams")) ;; Interesting implementation details ;; of jabber.el permit us to send all ;; features at once, without caring about ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- tests/jabberd.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- emacs-jabber |