<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/emacs-jabber/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/emacs-jabber/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 29 Dec 2020 10:54:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/emacs-jabber/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Jabber.el fails of Emacs 27.x because assoc-ignore-case has been removed</title><link>https://sourceforge.net/p/emacs-jabber/bugs/92/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Emacs 27.x does not contain assoc-ignore-case anymore, but it can be replaced with assoc-string:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="gd"&gt;--- jabber-util.el~        2020-12-29 10:37:32.215053646 +0100&lt;/span&gt;
&lt;span class="gi"&gt;+++ jabber-util.el 2020-12-29 11:38:28.650711220 +0100&lt;/span&gt;
&lt;span class="gu"&gt;@@ -272,8 +272,8 @@&lt;/span&gt;
                            jid-completion-table
                            nil require-match nil 'jabber-jid-history jid-at-point)))
       (setq chosen
&lt;span class="gd"&gt;-           (if (and input (assoc-ignore-case input jid-completion-table))&lt;/span&gt;
&lt;span class="gd"&gt;-               (symbol-name (cdr (assoc-ignore-case input jid-completion-table)))&lt;/span&gt;
&lt;span class="gi"&gt;+           (if (and input (assoc-string input jid-completion-table t))&lt;/span&gt;
&lt;span class="gi"&gt;+               (symbol-name (cdr (assoc-string input jid-completion-table t)))&lt;/span&gt;
              (and (not (zerop (length input)))
                   input))))
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carsten Strotmann</dc:creator><pubDate>Tue, 29 Dec 2020 10:54:21 -0000</pubDate><guid>https://sourceforge.net133522c3609b641855f67ddabc6ef6ea986754b1</guid></item><item><title>#91 Slack channels not appearing in *jabber-roster* after signin</title><link>https://sourceforge.net/p/emacs-jabber/bugs/91/?limit=25#5b89</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;They're defintiely not going to be fixing it :(&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Thank you for your reply, and I'm very sorry to hear that the XMPP gateway doesn't work.&lt;br/&gt;
We're not actively developing the gateways at this point, unfortunately. Therefore, the behaviour will not change.&lt;/p&gt;
&lt;/blockquote&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Sun, 25 Feb 2018 22:31:33 -0000</pubDate><guid>https://sourceforge.netb3967036f12aba6277867980d9fed44bcb355bde</guid></item><item><title>#91 Slack channels not appearing in *jabber-roster* after signin</title><link>https://sourceforge.net/p/emacs-jabber/bugs/91/?limit=25#9237</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It looks like the Slack folks are well aware that their XMPP gateway isn't standards compliant.  &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Jabber clients and our XMPP gateway are not necessarily handle everything strictly according to standards. So it's quite hard to call up a list of channels, and the best way to join them in Jabber is to use roomname@conference.name.xmpp.slack.com and sign in to them individually.&lt;/p&gt;
&lt;p&gt;We're not actively developing the gateways at this point unfortunately.&lt;/p&gt;
&lt;p&gt;Sorry I don't have better answer here. Please do let me know if you have any further questions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I've re-opened the issue, and asked them whether they have any intention of fixing the problem. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Fri, 23 Feb 2018 04:52:46 -0000</pubDate><guid>https://sourceforge.netc5474aa978361e10e192671c4dfa95d0736d9953</guid></item><item><title>#91 Slack channels not appearing in *jabber-roster* after signin</title><link>https://sourceforge.net/p/emacs-jabber/bugs/91/?limit=25#6144</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have raised a support ticket with Slack, and directed them at this bug.  I'll post any updates here.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Thu, 22 Feb 2018 21:33:49 -0000</pubDate><guid>https://sourceforge.net868b602f4978431ce0faa52513f2a2598963d6f2</guid></item><item><title>#91 Slack channels not appearing in *jabber-roster* after signin</title><link>https://sourceforge.net/p/emacs-jabber/bugs/91/?limit=25#acb7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think this is related to: &lt;a href="https://emacs.stackexchange.com/questions/13899/connecting-to-slack-channels-with-jabber" rel="nofollow"&gt;https://emacs.stackexchange.com/questions/13899/connecting-to-slack-channels-with-jabber&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Thu, 22 Feb 2018 03:38:17 -0000</pubDate><guid>https://sourceforge.netcefbda0c8255ad844520abf460491c5e7de3d251</guid></item><item><title>Slack channels not appearing in *jabber-roster* after signin</title><link>https://sourceforge.net/p/emacs-jabber/bugs/91/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;jabber: 20170106.1603 from MELPA&lt;br/&gt;
emacs: GNU Emacs 25.3.1&lt;br/&gt;
OS: FreeBSD x220 11.1-RELEASE amd64&lt;/p&gt;
&lt;p&gt;I can signin to Slack's XMPP gateway using Jabber, but only individual users appear in the Roster, not any channels (which I imagine would be MUCs in Jabber).&lt;/p&gt;
&lt;p&gt;Further, I can't choose any extant Slack channels when executing &lt;code&gt;jabber-muc-join&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Thu, 22 Feb 2018 02:42:26 -0000</pubDate><guid>https://sourceforge.net514b796ac67a28888d9969ddb085666eddf2f920</guid></item><item><title>jabber-roster blank in Emacs 25.x</title><link>https://sourceforge.net/p/emacs-jabber/bugs/90/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The jabber package (0.8.91) does not work in emacs 25.x&lt;br/&gt;
I have the same setup in all my emacsen, and as of any of the 25.x versions, when I connect, the jabber roster buffer is always empty. Any ideas?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Trey Jackson</dc:creator><pubDate>Wed, 08 Nov 2017 23:52:40 -0000</pubDate><guid>https://sourceforge.net191ba44860183132f7e1cc9c50c394fa7daaeb8c</guid></item><item><title>jabber-muc-invite failing silently</title><link>https://sourceforge.net/p/emacs-jabber/bugs/89/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using the following code to create a new Google Hangouts group chat:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;(defun jabber:google-groupchat-create ()
  (interactive)
  (let ((group (apply 'format "private-chat-%x%x%x%x%x%x%x%x-%x%x%x%x-%x%x%x%x-%x%x%x%x-%x%x%x%x%x%x%x%x%x%x%x%x@groupchat.google.com"
                      (mapcar (lambda (x) (random x)) (make-list 32 15))))
        (account (jabber-read-account)))
    (jabber-groupchat-join account group (jabber-muc-read-my-nickname account group) t)))
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This works, and I can use &lt;code&gt;jabber-muc-invite&lt;/code&gt; to invite people from my Hangouts roster.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;Unfortunately, they never see the invitation, and no errors are displayed in the groupchat buffer, or logged to &lt;code&gt;*Messages*&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I'm running jabber-20160124.552, installed from ELPA.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Duncan Bayne</dc:creator><pubDate>Mon, 03 Oct 2016 04:56:14 -0000</pubDate><guid>https://sourceforge.net116ed849ab7ab112843806a344bb0a134ff7bfbe</guid></item><item><title>jabber-autoloads not found</title><link>https://sourceforge.net/p/emacs-jabber/bugs/88/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;After upgrading to emacs 24.4.1 I've got error&lt;/p&gt;
&lt;p&gt;File error: Cannot open load file, no such file or directory, jabber-autoloads&lt;/p&gt;
&lt;p&gt;Although the package jabber.el is marked as installed and jabber-autoloads.el is located in corresponding directory inside elpa folder.&lt;/p&gt;
&lt;p&gt;I've tried both (require 'jabber-autoloads) and (load "jabber-autoloads") in init.el - the result is the same.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max</dc:creator><pubDate>Sat, 02 May 2015 22:56:51 -0000</pubDate><guid>https://sourceforge.net2f3ce9c923175925912085ad16f9bc708b992e8a</guid></item><item><title>#87 Connection without password -&gt; not-authorised without asking for a pass</title><link>https://sourceforge.net/p/emacs-jabber/bugs/87/?limit=25#1d79</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Cannot reproduce after init.el overhaul, looks like it was some issue on my side. Unfortunately I don't see any button for closing this.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ojab</dc:creator><pubDate>Sun, 10 Aug 2014 14:53:23 -0000</pubDate><guid>https://sourceforge.net2f64ffc8acda541f992c8370f909f76b940fd422</guid></item></channel></rss>