English 中文(简体)
ejabber MUC不通知新电文
原标题:ejabber MUC not notifying on new messages

I have setup ejabber on a centos 5 system and it works pretty good. The only problem is with MUC. When new messages are received on a MUC, the client doesn t get notified. I m using Adium and Pidgin.

MUC的设立就是这样:

 {mod_muc,      [
                  %%{host, "conference.@HOST@"},
                  {access, muc},
                  {access_create, muc_admin},
                  {access_persistent, muc},
                  {access_admin, muc_admin},
                  {default_room_options,
                        [
                          {allow_change_subj, true},
                          {allow_private_messages, true},
                          {allow_user_invites, true},
                          {anonymous, true},
                          {logging, true},
                          {members_by_default, true},
                          {persistent, true},
                          {public, true},
                          {public_list, false}
                        ]}
                 ]},

如果在用户之间收到关于定期用户节点的信息,该通知就非常有效。

感谢!

问题回答

In my understanding this is a client side configuration / usage problem. This is not related to ejabberd. Please configure or change your client to your liking.

正如麦加尔指出的那样,它是客户一方。 XMPP通过设计使小组聊天通知失效,以避免通过数百份通知过度播放你的屏幕。

在客户中,可以选择通知集体聊天。 在两年期内,需要开展以下活动: 收到的信息(Background Group Chat)





相关问题
Goal: to create a decent Online IM Chat

Online chat is deceptively difficult due to the stateless nature of http and the web in general, causing such hurdles as session timeouts, users opening multiple windows and different accounts being ...

Home automation using Arduino / XMPP client for Arduino

I am trying to setup a system for automating certain tasks in my home. I am thinking of a solution wherein a server side application would be able to send/receive commands/data to Arduino (attached ...

How to get port number for iPhone Chatting Application

I am developing a chat application. But Right now chatting is possible with only google because I know only google s port no. xmppClient = [[XMPPClient alloc] init]; [xmppClient addDelegate:self]; /...

Secure iPhone-Desktop Connection

Background There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, there are many ...

steps to setting up jabber

Ok I tried going to jabbers site, and it looks like cisco has acquired them. Is jabber a server or a client? is it open source? From what I guess, the steps are: install the jabber server on your ...

热门标签