Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-280

Creator:  Magnus Henoch <mange@freemail.hu>

Document jabber-muc-disable-disco-check
This commit is contained in:
Magnus Henoch 2007-01-31 20:37:06 +00:00 committed by Kirill A. Korinskiy
parent aa5255ecec
commit 6d575f5342
2 changed files with 11 additions and 1 deletions

1
NEWS
View File

@ -20,7 +20,6 @@ See manual for setup.
See jabber-muc-alert-self.
*** Presence changes are sent to MUC rooms too
*** Check room features before joining
(Not documented yet)
** Avatars
Viewing and publishing JEP-0153 avatars (vCard-based) is now

View File

@ -309,6 +309,17 @@ that only moderators can see your JID. You can change your nickname
with @kbd{M-x jabber-muc-nick}. @xref{Automation}, for setting default
nicknames.
@cindex query groupchat
@vindex jabber-muc-disable-disco-check
When trying to join a room, jabber.el first sends a service discovery
info request to the room, to find out whether it exists and what
features are enabled (in particular whether the room is
password-protected). However, this can cause problems with some buggy
MUC services (or services that respond in a way that jabber.el doesn't
expect). A workaround for that is to set
@code{jabber-muc-disable-disco-check} to t; however, the bug should be
unearthed and fixed.
Groupchat messages will be displayed in a buffer called
@code{*-jabber-groupchat-:-@var{groupchat}-*}. It works much like the
chat buffer.