我在我的linux mint kde上安装了ejabberd。它安装正确,我能够使用浏览器中的管理界面在http://localhost:5280/admin/添加用户。在nodes菜单中,它显示了一个以ejabberd@localhost身份运行的节点。它自己创建了一个名为inspiron-n4050的虚拟主机。现在,我从管理界面lovesh@inspiron-n4050和test@inspiron-n4050注册了2个用户。现在,在我的IM客户端(Kopete)上,我用jabberIds lovesh@inspiron-n4050和test@inspiron-n4050创建了2个jabber帐户。但是,当我尝试连接其中任何一个时,都会显示错误Connection problem with jabber server inspiron-n4050. There was a connection error: Remote closed connection
之所以运行ejabberd,是因为当我检查ejabberdctl status时,它在shell上显示
The node ejabberd@localhost is started with status: started
ejabberd 2.1.11 is running in that node怎么啦?
发布于 2015-04-08 05:45:55
我注意到在用户名"host“和实际的主机名https://www.linode.com/docs/applications/messaging/instant-messaging-services-with-ejabberd-on-ubuntu-12-04-precise-pangolin之间有一个区别
我必须使用以下设置才能使其工作:用户名:用户名@本地主机主机名: www.theactualserver.com端口: 5222
https://stackoverflow.com/questions/14619592
复制相似问题