Hi
Maybe it will be silly question 4 pro users... but i have big problem and i stuck...
After installation of ejabberd localy on my opensuse 11.3 thern i added manually user by web interface....
After that i try to connect to jabber with my psi client and i got the same communicate that cannot connect to server.
What i do wrong? any ideas?
i created tomek@dnu-12 in web console
i got manual but dont understand difference between virtual host (dnu-12 - my opensuse) and node - ejabberd@localhost?
in psi client during account setup i fill user as tomek and server as dnu-12? correct?
i just started with ejabberd and need to prepare to install the server 4 real :-) and not sure how tro do it... would be grateful 4 any help
majcher3310 wrote: dont
dont understand difference between virtual host (dnu-12 - my opensuse) and node - ejabberd@localhost?
Virtual Host is a XMPP/Jabber thing. You configure it in ejabberd.cfghttp://www.process-one.net/en/ejabberd/guide_en#hostnames
See
Let's imagine you have:
{hosts, ["dnu-12"]}.
Erlang node name is an Erlang thing. XMPP clients are unrelated about that.http://www.process-one.net/en/ejabberd/guide_en#nodename
See
i created tomek@dnu-12 in web console
Let's imagine in the web console, in the dnu-12 virtual host, you created an account:
username: tomek
password: whatever
in psi client during account setup i fill user as tomek and server as dnu-12? correct?
If you did as I mentioned, yes.
Your client needs to know that "dnu-12" is the machine where ejabberd is running. If it doesn't know, then you need to configure DNS.
Or put the correct DNS name in ejabberd.cfg and create a new account.