ejabberd - Comments for "MUC support" https://www.ejabberd.im/node/64 en More conference https://www.ejabberd.im/node/64#comment-237 <p>I cannot browse outside our firewall, so I can't see jabber.ru.</p> <p>From a.b.c, I can discover x.y.z, but I get "Error getting items: Unrecoverable Error (Item Not Found). This is using tkabber. I do not know for sure what type of server is x.y.z. I think it is possibly jabberd 2. It identifies itself in discover as "Jabber IM server."</p> <p>From x.y.z, using tkabber, I can discover a.b.c and I can see conference.a.b.c, but when I double-click that item in tkabber, I get "Error getting info: Temporary Error (Remote Server Timeout)"</p> <p>Chat from users on either system to either system works fine. Only conferencing from system to system does not work.</p> Fri, 04 Mar 2005 20:23:17 +0000 sbrenneis comment 237 at https://www.ejabberd.im I have added conference.x.y.z https://www.ejabberd.im/node/64#comment-226 <blockquote>I have added conference.x.y.z to my hosts file on a.b.c.</blockquote> <p>Some people say that this is important, but I never did this and everything has worked for me.</p> <blockquote>I have added {host, "conference.a.b.c"}</blockquote> <p>This option is to specify a name for your local conference service, so it has no relation with the current problem, I think.</p> <blockquote>and {host, "conference.x.y.z"} to mod_muc options on a.b.c.</blockquote> <p>This is nonsense.</p> <p>Try other things: <ul> <li>On a.b.c: can you browse/discover other servers, for example jabber.ru (uses ejabberd) and seunet.org (uses jabberd1)? </li><li>If you can browse those servers, can you use their conference service (view list of rooms, enter one, create one...)? </li><li>On x.y.z: can you browse/discover a.b.c? </li><li>If yes, can you add an a.b.c user on your x.y.z account and chat with him? </li></ul> </p> Sat, 26 Feb 2005 10:34:10 +0000 mfoss comment 226 at https://www.ejabberd.im Can't conference to remote server https://www.ejabberd.im/node/64#comment-223 <p>I have added the remote server to DNS and tried all the combinations of mod_muc configuration. I still cannot conference to a remote server.</p> <p>Example:</p> <p>My server is a.b.c (ejabberd)<br /> Foreign server is x.y.z (unknown server)</p> <p>I have added conference.x.y.z to my hosts file on a.b.c. I have added {host, "conference.a.b.c"} and {host, "conference.x.y.z"} to mod_muc options on a.b.c.</p> <p>User on x.y.z creates and joins testme@conference.x.y.z.<br /> User on a.b.c attempts to join testme@conference.x.y.z, gets 404, Remote server not found.</p> <p>User on a.b.c creates and joins testme@conference.a.b.c<br /> User on x.y.z attempts to join testme@conference.a.b.c, gets 502, Remote server timed out.</p> <p>Any ideas?</p> Fri, 25 Feb 2005 18:42:42 +0000 sbrenneis comment 223 at https://www.ejabberd.im Re: MUC support https://www.ejabberd.im/node/64#comment-111 <p>Add conference.myserver.net to DNS.</p> Mon, 17 Jan 2005 04:53:29 +0000 teo comment 111 at https://www.ejabberd.im specify MUC JID https://www.ejabberd.im/node/64#comment-110 <p>Try setting <a href="http://ejabberd.jabberstudio.org/guide.html#htoc32">'host' option</a> in the mod_muc module. For example, if you have <pre> {mod_muc, [{access, muc}, {access_create, muc}, {access_admin, muc_admin}]},</pre> put this: <pre> {mod_muc, [{access, muc}, {access_create, muc}, {access_admin, muc_admin}, {host, "conf.myserver.net"}]},</pre> </p> Sun, 16 Jan 2005 22:10:13 +0000 mfoss comment 110 at https://www.ejabberd.im