Friday, 29th March 2024

Comment posted How to install and configure Jabber Server (Ejabberd) on Debian Lenny GNU / Linux by .

Recent comments by

Share this on:

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

No Responses to “…”

  1. admin says:
    Epiphany 2.30.6 Epiphany 2.30.6 Debian GNU/Linux x64 Debian GNU/Linux x64
    Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6

    Also its a good practice to edit /etc/default/ejabberd and inside add

    SMP=enable

    this enables support for SMP kernels most linux kernels nowdays are SMP

    View CommentView Comment
  2. hip0 says:
    Opera 11.00 Opera 11.00 GNU/Linux x64 GNU/Linux x64
    Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.7.62 Version/11.00

    One other Jabber  helpful command is the cmd to check all logged in usernames on ejabberd:
    This is done with ejabberdctl
    ejabberdctl connected-users
    georgi.georgiev@jabber.myserver.com/33452567231325714453446703
    ….
    etc.

     

    View CommentView Comment
  3. Carl Chenet says:
    IceWeasel 24.2.0 IceWeasel 24.2.0 GNU/Linux x64 GNU/Linux x64
    Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20131215 Firefox/24.0 Iceweasel/24.2.0

    Lenny is outdated, no more support of any kind (bugs, security). You should use Wheezy, the current Debian stable. Moreover the softwares offered by Lenny are really outdated too.
     

    View CommentView Comment
    • Carl Chenet says:
      IceWeasel 24.2.0 IceWeasel 24.2.0 GNU/Linux x64 GNU/Linux x64
      Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20131215 Firefox/24.0 Iceweasel/24.2.0

      Sorry I miss the publication date. Forget what I said.

      View CommentView Comment
    • admin says:
      Firefox 33.0 Firefox 33.0 Windows 7 x64 Edition Windows 7 x64 Edition
      Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0

      Hi Carl,

      At time of writting the article I was still using Lenny. Now I guess the tutorial to install should be similar even when using newer versions.

      Regards,

      Georgi

      View CommentView Comment
  4. admin says:
    Firefox 52.0 Firefox 52.0 GNU/Linux x64 GNU/Linux x64
    Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

    Actually lately I prefer Gajim much more, because Pidgin is too much interactive for my console soul 🙂

    View CommentView Comment
  5. admin says:
    Firefox 52.0 Firefox 52.0 GNU/Linux x64 GNU/Linux x64
    Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

    If your jabber init script /etc/init.d/ejabberd start is failing to launch ejabberd, once all is configured as explained in the article, you’ll have to check your firewall rules, you will need to have allowed for connection as a minimum following rules add them to your firewall init script and then try again. Another thing to check whether it is the firewall causing ejabberd to malfunction, just stop the firewall for a short time and relaunch ejabberd:

    -A INPUT -s 127.0.0.1/32 -p tcp -m tcp –dport 5222 -j ACCEPT
    -A INPUT -s 127.0.0.1/32 -p tcp -m tcp –dport 5223 -j ACCEPT
    -A INPUT -s 127.0.0.1/32 -p tcp -m tcp –dport 4369 -j ACCEPT
    -A INPUT -s 127.0.0.1/32 -p tcp -m tcp –dport 5269 -j ACCEPT
    -A INPUT -s 127.0.0.1/32 -p tcp -m tcp –dport 5280 -j ACCEPT

    A INPUT -p tcp -m tcp –dport 5222 -j ACCEPT
    -A INPUT -p tcp -m tcp –dport 5223 -j ACCEPT
    -A INPUT -p tcp -m tcp –dport 4369 -j ACCEPT
    -A INPUT -p tcp -m tcp –dport 5269 -j ACCEPT
    -A INPUT -p tcp -m tcp –dport 5280 -j ACCEPT
    -A INPUT -p udp -m udp –dport 5222 -j ACCEPT
    -A INPUT -p udp -m udp –dport 5223 -j ACCEPT
    -A INPUT -p udp -m udp –dport 4369 -j ACCEPT
    -A INPUT -p udp -m udp –dport 5269 -j ACCEPT
    -A INPUT -p udp -m udp –dport 5280 -j ACCEPT

    View CommentView Comment
  6. admin says:
    Firefox 52.0 Firefox 52.0 GNU/Linux x64 GNU/Linux x64
    Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

    For those who want to access it via Mobile Phone be it Android or IOS, here is a list of some clients you might consider with support for ORT encryption.

    Xabber, IM+ , AstraChat, Bruno the Jabber Bear,  Salut à Toi, Tigase Messenger, Zom

    View CommentView Comment