Reply
Thread Tools
Posts: 738 | Thanked: 819 times | Joined on Jan 2012 @ Berlin
#1
Hi, on my server running ejabberd 2. I can connect with my account and chat with other friend. But i have the problem that i cant set up my server? my phone? my account? to have a groupechat in my adressbook to chat with all my friends in one message window!

can someone explain me how i can do that ?


in my /etc/ejabberd/ejabberd.cfg is mod_muc enable:

Code:
{mod_muc,      [
                  %%{host, "conference.@xxx.dyndns.org@"},
                  {access, muc},
                  {access_create, muc},
                  {access_persistent, muc},
                  {access_admin, muc_admin},
                  {history_size, 50},
                  {max_users, 500},
                  {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}
                        ]}
                 ]},
  {mod_muc_log,  [
                  {access_log, muc},
                  {dirtype, plain},
                  {dirname, room_jid},
                  {outdir, "/var/www/muclogs"},
                  {timezone, universal},
                  {spam_prevention, true}
                 ]},
dis it right with the HOST => xxx.dyndns.org ?
i install only the standard ejabberd 2 server on my debian server... i dont know if is installed all plugins/modules, bzt i think this have do too
__________________
www.sailfishmods.de

Last edited by cvp; 2014-03-20 at 15:01.
 
Posts: 123 | Thanked: 108 times | Joined on Oct 2008 @ Prague, Czech
#2
With what SailfishOS client want you connect to MUC? IMHO not exist one for now .. and integrated xmpp plugin for message center don't support MUC also..
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:56.