I am configuring a Prosody server for use with mobile clients supporting OMEMO. I've picked Conversations as a reference client since I'm familiar with it. What Prosody modules do I need to install to support it?
I’m running an XMPP server and have specified the SRV records
_xmpp-client._tcp
, and_xmpp-server._tcp
.
I often see that people also specify _jabber._tcp
(for example, in Alnitak’s answer), but I can’t find this value in RFC 6120.
What is _jabber._tcp
for? Should I specify it, too?
I'm trying to configure multi-user chat for ejabberd on Centos 5. I just can't get it working.
I can use Psi to create a group chat room, but don't seem able to join it from another account.
I installed ejabberd from an rpm and have basically just configured the host name.
User-to-user instant messaging works, but not MUC. I've open ports 5222 and 5223 for SSL. Does MUC run over a different port or something?
Also, when I create the chat room on one client, I have to use service discovery in another client, and try specific nodes 1 through to 5. This is only going to be used for a small corporate messaging system, so is there anyway to get ejabberd to only create 1 node?
I am trying to get Openfire to install on an Ubuntu virtual machine, however upon completing the web based installer, I am unable to login to the admin panel.
So far I:
- downloaded Debian installer
- Installed using stock options
- Added database and built the structure using supplied SQL file
- Completed web based installer
I am now trying to login using username: admin and my password, however I constantly get a wrong username/password error. There is a record generated in the MySQL database showing the admin user with an encrypted password, and changing to an unencoded password doesn't work. What is the problem here?