Child pages
  • Team chat

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A self-signed certificate is created by debconf
  • Admin user is created by default, with admin privileges
  • By default, registration of new users can be done only with the web admin interface, not using a Jabber client. To allow users to register in-bound:
    • Edit /etc/ejabberd/ejabberd.cfg
    • Change at around line 496: {access, register, [{deny, all}]}.
      • by: {access, register, [{allow, all}]}
service ejabberd restart

Iptables

A rule is added in the host node in order to forward all the incoming traffic to the jabber server:

-A PREROUTING -d 176.9.70.139/32 -p tcp -m tcp --dport 5222 -j DNAT --to-destination 192.168.42.107:5222 

Clients

Psi

Protocol well supported, but a bit rough interface

...