<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm">
    <title>gmane.emacs.jabber.scm</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/368"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/361"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/358"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.emacs.jabber.scm/350"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/369">
    <title>[SCM] emacs-jabber branch, master,updated. 1dca591d17cf084e6d870f55898e9343926f8bb8</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/369</link>
    <description>&lt;pre&gt;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  1dca591d17cf084e6d870f55898e9343926f8bb8 (commit)
       via  5c7c52b066aa92d809b8f9b259f63fe79aed051c (commit)
      from  f54c1b54b308f38caac66ae567e5f64f6adc631c (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 1dca591d17cf084e6d870f55898e9343926f8bb8
Author: Magnus Henoch &amp;lt;magnus.henoch&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date:   Sat May 19 15:01:05 2012 +0100

    Fix reporting of STARTTLS negotiation errors
    
    jabber-starttls-process-input now signals an error on negotiation
    failure, as gnutls-negotiate already does.  Catch errors in
    jabber-core, and put them as disconnection reason in the state data,
 &lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-05-19T14:03:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/368">
    <title>[SCM] emacs-jabber branch, master,updated. f54c1b54b308f38caac66ae567e5f64f6adc631c</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/368</link>
    <description>&lt;pre&gt;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  f54c1b54b308f38caac66ae567e5f64f6adc631c (commit)
      from  c3c8963e895a5aa7cec57d6cb5c7872a7325f361 (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 f54c1b54b308f38caac66ae567e5f64f6adc631c
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Tue May 15 22:39:43 2012 +0100

    Support native GnuTLS for STARTTLS
    
    Emacs 24 supports linking to the GnuTLS library.  Let's use it when
    available.
    
    Also add a customisable variable for ignoring invalid certificates.
    We should now be validating certificates against the XMPP server name,
    not the hostname from DNS SRV,&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-05-15T21:28:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/367">
    <title>[SCM] emacs-jabber branch, master,updated. c3c8963e895a5aa7cec57d6cb5c7872a7325f361</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/367</link>
    <description>&lt;pre&gt;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  c3c8963e895a5aa7cec57d6cb5c7872a7325f361 (commit)
      from  0b8d811023c7adfeac5a1267f2933651d550b2e9 (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 c3c8963e895a5aa7cec57d6cb5c7872a7325f361
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sun Apr 15 20:45:01 2012 +0100

    s/screen/tmux/ in jabber-tmux.el
    
    Too much copy &amp;amp; paste can be a bad thing...

diff --git a/jabber-tmux.el b/jabber-tmux.el
index 27ca309..379f839 100644
--- a/jabber-tmux.el
+++ b/jabber-tmux.el
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-;; jabber-screen.el - emacs-jabber interface to screen
+;; jabber-tmux.el - emacs-jabber int&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-04-15T19:35:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/366">
    <title>[SCM] emacs-jabber branch, master,updated. 0b8d811023c7adfeac5a1267f2933651d550b2e9</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/366</link>
    <description>&lt;pre&gt;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  0b8d811023c7adfeac5a1267f2933651d550b2e9 (commit)
       via  295525b6183187233cba8799b028975ea39a1a51 (commit)
      from  9f8ef893f3154864d0c18e55b2c01923388384e1 (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 0b8d811023c7adfeac5a1267f2933651d550b2e9
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sun Apr 15 11:24:11 2012 +0100

    Mention tmux alerts in the documentation

diff --git a/jabber.texi b/jabber.texi
index d11533a..8e3687d 100644
--- a/jabber.texi
+++ b/jabber.texi
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2027,6 +2027,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The &amp;lt; at &amp;gt;code{screen} alerts send a message through the Screen terminal
 manager&amp;lt; at &amp;gt;foot&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-04-15T10:14:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/365">
    <title>[SCM] emacs-jabber branch, master,updated. 9f8ef893f3154864d0c18e55b2c01923388384e1</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/365</link>
    <description>&lt;pre&gt;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  9f8ef893f3154864d0c18e55b2c01923388384e1 (commit)
      from  7c3e8e98ce458539efe2dd30b3051fbbed06cd01 (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 9f8ef893f3154864d0c18e55b2c01923388384e1
Author: Evgenii Terechkov &amp;lt;evg&amp;lt; at &amp;gt;altlinux.org&amp;gt;
Date:   Fri Apr 13 00:00:49 2012 +0800

    Fix build with automake &amp;gt; 1.11.4

diff --git a/configure.ac b/configure.ac
index c3b14a6..d1ff734 100644
--- a/configure.ac
+++ b/configure.ac
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 AC_INIT([jabber.el], [0.8.91], [emacs-jabber-general&amp;lt; at &amp;gt;lists.sourceforge.net], [emacs-jabber])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall -Werror forei&lt;/pre&gt;</description>
    <dc:creator>Evgenii Terechkov</dc:creator>
    <dc:date>2012-04-12T16:05:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/364">
    <title>[SCM] emacs-jabber branch, master,updated. 7c3e8e98ce458539efe2dd30b3051fbbed06cd01</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/364</link>
    <description>&lt;pre&gt;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  7c3e8e98ce458539efe2dd30b3051fbbed06cd01 (commit)
      from  a98bbc4da6ab878ea3693e6335e2ba6badf1d701 (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 7c3e8e98ce458539efe2dd30b3051fbbed06cd01
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Mon Feb 6 18:10:04 2012 +0000

    Avoid groupchat buffer on RET in roster if we're not 100% sure it's a groupchat (bug 3483380)
    
    * jabber-roster.el (jabber-roster-ret-action-at-point): Ask for disco info before doing anything.
    (jabber-roster-ret-action-at-point-1): Only assume it's a groupchat if it explicitly says so.

diff --git a/j&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-02-06T18:07:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/363">
    <title>www index.html,1.9,1.10 index.org,1.9,1.10</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/363</link>
    <description>&lt;pre&gt;Update of /cvsroot/emacs-jabber/www
In directory vz-cvs-4.sog:/tmp/cvs-serv15884

Modified Files:
index.html index.org 
Log Message:
Link to 0.8.91 release


Index: index.html
===================================================================
RCS file: /cvsroot/emacs-jabber/www/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index.html21 Aug 2011 19:04:40 -00001.9
+++ index.html4 Feb 2012 17:24:50 -00001.10
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,13 +1,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
 &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
-&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"
-lang="en" xml:lang="en"&amp;gt;
+&amp;lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;title&amp;gt;jabber.el&amp;lt;/title&amp;gt;
 &amp;lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"/&amp;gt;
+&amp;lt;meta name="title" content="jabber.el"/&amp;gt;
 &amp;lt;meta name="generator" content="Org-mode"/&amp;gt;
-&amp;lt;meta name="generated" content="2011-08-21 20:02:&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-02-04T17:24:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/362">
    <title>[SCM] emacs-jabber branch, master,updated. a98bbc4da6ab878ea3693e6335e2ba6badf1d701</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/362</link>
    <description>&lt;pre&gt;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: magnus.henoch&amp;lt; at &amp;gt;gmail.com &amp;lt;magnus.henoch&amp;lt; at &amp;gt;gmail.com&amp;gt;
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
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-AC_INIT([jabber.el], [0.8.90], [emacs-jabber-general&amp;lt; at &amp;gt;lists.sourceforge.net], [emacs-jabber])
+AC_INIT([jabb&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2012-02-03T16:54:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/361">
    <title>[SCM] emacs-jabber branch, master,updated. 4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/361</link>
    <description>&lt;pre&gt;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  4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee (commit)
      from  a034d4b330d23643169880e96e34e0cf61b76a11 (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 4ff9b48fbe8e646ef12d3777f0110b8139f1a3ee
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Wed Dec 21 18:38:38 2011 +0000

    Use namespace prefixes declared on stream root element
    
    * jabber-core.el (jabber-namespace-prefixes): New variable.
    (jabber-connection) [:connected, :bind]: Expect features instead
    of stream:features.
    (jabber-filter): Save namespace prefixes from stream root element.
    Use saved prefixes wh&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-12-21T22:17:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/360">
    <title>[SCM] emacs-jabber branch, master,updated. a034d4b330d23643169880e96e34e0cf61b76a11</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/360</link>
    <description>&lt;pre&gt;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  a034d4b330d23643169880e96e34e0cf61b76a11 (commit)
      from  dc9fc0fa06ff8a18b5599572671ce598374aa83c (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 a034d4b330d23643169880e96e34e0cf61b76a11
Author: Jeremy Compostella &amp;lt;jerry&amp;lt; at &amp;gt;Apollo.jerryland.fr&amp;gt;
Date:   Thu Dec 15 22:31:34 2011 +0100

    jabber-core: Fix header parsing
    
    The (1+ (match-end 0)) is a mistake. Indeed, after the replace-match
    call the (match-end 0) point has changed to be at the end of the
    replaced string. So calling (point) is more than enough.
    
    Signed-off-by: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;

d&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-12-18T22:38:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/359">
    <title>[SCM] emacs-jabber branch, master,updated. dc9fc0fa06ff8a18b5599572671ce598374aa83c</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/359</link>
    <description>&lt;pre&gt;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  dc9fc0fa06ff8a18b5599572671ce598374aa83c (commit)
       via  9c8bea1bd5d68b49bc4d4675911d6c7d7fd10b95 (commit)
       via  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)
      from  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 NEWS             |    5 +++++
 configure.ac     |    2 +-
 jabber-core.el   |   32 ++++++++++----------------------
 jabber-roster.el |    7 ++++---
 4 files changed, 20 insertions(+), 26 deletions(-)


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-10-02T20:04:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/358">
    <title>[SCM] emacs-jabber branch, namespace-prefixes,updated. dc9fc0fa06ff8a18b5599572671ce598374aa83c</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/358</link>
    <description>&lt;pre&gt;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, namespace-prefixes has been updated
       via  dc9fc0fa06ff8a18b5599572671ce598374aa83c (commit)
       via  9c8bea1bd5d68b49bc4d4675911d6c7d7fd10b95 (commit)
      from  a1bdfc5bb1bf46dab30031ca774484630fa17feb (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 dc9fc0fa06ff8a18b5599572671ce598374aa83c
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sun Oct 2 21:00:19 2011 +0100

    Fix :get function for jabber-roster-default-group-name

diff --git a/jabber-roster.el b/jabber-roster.el
index d12c4ea..fdc6ff5 100644
--- a/jabber-roster.el
+++ b/jabber-roster.el
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -155,9 +155,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Trailing newlines are always removed, &lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-10-02T20:01:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/357">
    <title>[SCM] emacs-jabber branch, master,updated. 3dd51cf94e3da967a4678ab3c13d78c10ef43c8d</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/357</link>
    <description>&lt;pre&gt;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  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (commit)
      from  d30ef9b989065f6e714cf1781bbd0e7e4039681c (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 jabber-core.el |    2 +-
 jabber-xml.el  |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletions(-)


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-10-02T20:00:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/356">
    <title>[SCM] emacs-jabber tag, release-0_8_90,created. a1bdfc5bb1bf46dab30031ca774484630fa17feb</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/356</link>
    <description>&lt;pre&gt;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 tag, release-0_8_90 has been created
        at  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)

- Log -----------------------------------------------------------------
commit a1bdfc5bb1bf46dab30031ca774484630fa17feb
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sun Aug 21 15:51:17 2011 +0100

    Version 0.8.90
    
    * configure.ac: Bump version to 0.8.90.
    
    * NEWS: Mention namespace prefix handling.
-----------------------------------------------------------------------


hooks/post-receive
&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-08-21T19:08:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/355">
    <title>www index.html,1.8,1.9 index.org,1.8,1.9</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/355</link>
    <description>&lt;pre&gt;Update of /cvsroot/emacs-jabber/www
In directory vz-cvs-4.sog:/tmp/cvs-serv7687

Modified Files:
index.html index.org 
Log Message:
Link to 0.8.90 release


Index: index.html
===================================================================
RCS file: /cvsroot/emacs-jabber/www/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.html20 Aug 2011 21:38:34 -00001.8
+++ index.html21 Aug 2011 19:04:40 -00001.9
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,13 +1,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
+&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
 &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
 &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"
 lang="en" xml:lang="en"&amp;gt;
 &amp;lt;head&amp;gt;
 &amp;lt;title&amp;gt;jabber.el&amp;lt;/title&amp;gt;
-&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/&amp;gt;
+&amp;lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"/&amp;gt;
 &amp;lt;meta name="generator" content="Org-mode"/&amp;gt;
-&amp;lt;meta name="generated" content="2011-08-20 2&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-08-21T19:04:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/354">
    <title>[SCM] emacs-jabber branch, namespace-prefixes,updated. a1bdfc5bb1bf46dab30031ca774484630fa17feb</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/354</link>
    <description>&lt;pre&gt;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, namespace-prefixes has been updated
       via  a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit)
      from  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (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 a1bdfc5bb1bf46dab30031ca774484630fa17feb
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sun Aug 21 15:51:17 2011 +0100

    Version 0.8.90
    
    * configure.ac: Bump version to 0.8.90.
    
    * NEWS: Mention namespace prefix handling.

diff --git a/NEWS b/NEWS
index 74892e7..c89cbda 100644
--- a/NEWS
+++ b/NEWS
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -22,6 +22,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; MUC participants list format is now customizable: see
 jabber-muc-print-names-format in &lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-08-21T14:52:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/353">
    <title>www index.html,1.7,1.8 index.org,1.7,1.8</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/353</link>
    <description>&lt;pre&gt;Update of /cvsroot/emacs-jabber/www
In directory vz-cvs-4.sog:/tmp/cvs-serv10177

Modified Files:
index.html index.org 
Log Message:
Update xmpp.org links


Index: index.html
===================================================================
RCS file: /cvsroot/emacs-jabber/www/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.html12 Sep 2009 14:17:29 -00001.7
+++ index.html20 Aug 2011 21:38:34 -00001.8
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,3 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
 &amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;
 &amp;lt;html xmlns="http://www.w3.org/1999/xhtml"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,18 +7,23 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;title&amp;gt;jabber.el&amp;lt;/title&amp;gt;
 &amp;lt;meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/&amp;gt;
 &amp;lt;meta name="generator" content="Org-mode"/&amp;gt;
-&amp;lt;meta name="generated" content="2009-09-12 15:29:40 BST"/&amp;gt;
-&amp;lt;meta name="author" content="Magnus"/&amp;gt;
+&amp;lt;meta name="generated" content="2011-08-20 22:26:40 BST"/&amp;gt;
+&amp;lt;meta name=&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-08-20T21:38:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/352">
    <title>[SCM] emacs-jabber branch, namespace-prefixes,created. 3dd51cf94e3da967a4678ab3c13d78c10ef43c8d</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/352</link>
    <description>&lt;pre&gt;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, namespace-prefixes has been created
        at  3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (commit)

- Log -----------------------------------------------------------------
commit 3dd51cf94e3da967a4678ab3c13d78c10ef43c8d
Author: Magnus Henoch &amp;lt;legoscia&amp;lt; at &amp;gt;users.sourceforge.net&amp;gt;
Date:   Sat Aug 20 20:01:57 2011 +0100

    First attempt at handling namespace prefixes
    
    Google Talk just started using namespace prefixes, e.g.
    &amp;lt;ros:query xmlns:ros="jabber:iq:roster"&amp;gt;...
    something that jabber.el is completely unprepared for.
    This hack seems to restore status quo.
    
    * jabber-xml.el (jabber-xml-resolve-namespace-prefixes): New function.
    
    * jabber-core.el (jabber-filter): Call
    jabber-xml-resolve-namespace-prefixes for every incoming stanza.

diff --git a/jabber-core.el b/jabber-core.el
index 084f25e&lt;/pre&gt;</description>
    <dc:creator>Magnus Henoch</dc:creator>
    <dc:date>2011-08-20T19:04:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/351">
    <title>[SCM] emacs-jabber branch, master,updated. d30ef9b989065f6e714cf1781bbd0e7e4039681c</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/351</link>
    <description>&lt;pre&gt;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  d30ef9b989065f6e714cf1781bbd0e7e4039681c (commit)
      from  10c065380f088e65d6ad81595b68ecd6f084c471 (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 d30ef9b989065f6e714cf1781bbd0e7e4039681c
Author: Evgenii Terechkov &amp;lt;evg&amp;lt; at &amp;gt;altlinux.org&amp;gt;
Date:   Tue Oct 19 23:41:05 2010 +0800

    Work around broken stanzas from some transports

diff --git a/jabber-muc.el b/jabber-muc.el
index d342905..d717bd9 100644
--- a/jabber-muc.el
+++ b/jabber-muc.el
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -500,13 +500,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; groupchat buffer."
 )
        ;; Maybe another error occurred. Report it to user
        (condition
-(message "Couldn't query groupchat: &lt;/pre&gt;</description>
    <dc:creator>Evgenii Terechkov</dc:creator>
    <dc:date>2010-10-19T15:42:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/350">
    <title>[SCM] emacs-jabber branch, master,updated. 10c065380f088e65d6ad81595b68ecd6f084c471</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/350</link>
    <description>&lt;pre&gt;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  10c065380f088e65d6ad81595b68ecd6f084c471 (commit)
       via  60e25ef3a92a7ebe4bba7bc0f260e61a8af595dd (commit)
       via  583d31943d14f09e4364ca71d75e4ccc3bce7f7d (commit)
       via  1f38235feae68176925656f824c056153d5c2d1f (commit)
      from  cab6d24734439307b52b375dd1290727ba573354 (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 10c065380f088e65d6ad81595b68ecd6f084c471
Author: Evgenii Terechkov &amp;lt;evg&amp;lt; at &amp;gt;altlinux.org&amp;gt;
Date:   Sat May 1 20:30:57 2010 +0800

    Fix ELPA package creation
    
    First, we don't know if it sha1/hex-util/hexrgb present on target
    system, so install it anyway.
   &lt;/pre&gt;</description>
    <dc:creator>Evgenii Terechkov</dc:creator>
    <dc:date>2010-10-19T15:36:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.emacs.jabber.scm/349">
    <title>[SCM] emacs-jabber branch, master,updated. cab6d24734439307b52b375dd1290727ba573354</title>
    <link>http://permalink.gmane.org/gmane.emacs.jabber.scm/349</link>
    <description>&lt;pre&gt;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  cab6d24734439307b52b375dd1290727ba573354 (commit)
      from  c11374cb99bbf88c3019778bb7a41709e2901998 (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 cab6d24734439307b52b375dd1290727ba573354
Author: Evgenii Terechkov &amp;lt;evg&amp;lt; at &amp;gt;altlinux.org&amp;gt;
Date:   Tue Oct 19 23:18:50 2010 +0800

    Documentation patch from Valery V. Vorotyntsev

diff --git a/jabber.texi b/jabber.texi
index b4f7db5..d11533a 100644
--- a/jabber.texi
+++ b/jabber.texi
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -42,26 +42,26 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; this permission notice are preserved on all copies.
 &amp;lt; at &amp;gt;end ifnottex
 
 &amp;lt; at &amp;gt;menu
-* Introduction::                
-* Basic operation::             
-* Gro&lt;/pre&gt;</description>
    <dc:creator>Evgenii Terechkov</dc:creator>
    <dc:date>2010-10-19T15:21:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.jabber.scm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.jabber.scm</link>
  </textinput>
</rdf:RDF>

