Koozali.org: home of the SME Server

Jabber for SME8

Offline alefattorini

  • ***
  • 61
  • +0/-0
  • www.nethserver.org
    • www.nethserver.org
Jabber for SME8
« on: March 11, 2010, 05:58:33 PM »
We have made rpm for Sme8, install notes here:
http://smeserver.nethesis.it/jabber/

What's jabber?
http://www.jabber.org/

Your Comments Are Appreciated


Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Jabber for SME8
« Reply #1 on: March 12, 2010, 05:26:55 PM »
i will test it :)
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline mdo

  • *
  • 355
  • +0/-0
Re: Jabber for SME8
« Reply #2 on: March 12, 2010, 07:43:13 PM »
Hi

some syntax changes below which I had to make to be able to use these two repositories here:

Code: [Select]
db yum_repositories set nethsme repository \
        BaseURL "http://smeserver.nethesis.it/releases/8/\$basearch" \
        EnableGroups yes \
        GPGCheck yes \
        Name "Nethesis SME Repository" \
        Visible yes \
        status disabled

Code: [Select]
db yum_repositories set epel repository \
EnableGroups no \
GPGCheck yes \
MirrorList "http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=\$basearch" \
Name "Epel" \
Visible yes \
status disabled
...

Offline mdo

  • *
  • 355
  • +0/-0
Re: Jabber for SME8
« Reply #3 on: March 12, 2010, 08:42:38 PM »
Oh, I realise this is not a newer version of the previous "Ejabberd" (http://wiki.contribs.org/Ejabberd). It's a different jabber setup, depending on other services (no "erlang").

Alessio has done the work to template the configuration files (Thank You!). Could someone point me to a HowTo or some other setup help for this particular jabber server setup? Where to setup users, etc. I would like to try this. Thanks.
...

Offline alefattorini

  • ***
  • 61
  • +0/-0
  • www.nethserver.org
    • www.nethserver.org
Re: Jabber for SME8
« Reply #4 on: March 15, 2010, 09:41:08 AM »
Oh, I realise this is not a newer version of the previous "Ejabberd" (http://wiki.contribs.org/Ejabberd). It's a different jabber setup, depending on other services (no "erlang").

yes, different setup

Quote
Alessio has done the work to template the configuration files (Thank You!). Could someone point me to a HowTo or some other setup help for this particular jabber server setup? Where to setup users, etc. I would like to try this. Thanks.

There's nothing to do, only the few notes that i have wrote. What's missing?  Users are SME users, and passwords too. Port is 5222 on SSL

Offline mdo

  • *
  • 355
  • +0/-0
Re: Jabber for SME8
« Reply #5 on: March 15, 2010, 10:03:47 AM »
Thank you very much for the information. It should be easier than I thought.

When I try to setup an account via Pidgin I get a "Host unknown". I am thinking that I did every other setting correctly (at least settings that I used on the former "ejabberd").

I found some documentation in the meantime and as I understand it from the quick setup guide, the c2s.xml needs a change for the "id" field (apparently the hostname?) but the id generated here seems to be a default "c2s" (see below) which I think it might be part of my issue?

<!-- Our ID on the network (default: c2s) -->
  <id>c2s</id>

According to the documentation/setup guide, there is another "id" to be set in sm.xml and that one is adjusted to our (test) system:

 <id>{$SystemName}.{$DomainName}</id>    (that's from your template).

Anyway, Thank you for the nice work. I will continue testing and will report back here what I find out.

Michael 
...

Offline alefattorini

  • ***
  • 61
  • +0/-0
  • www.nethserver.org
    • www.nethserver.org
Re: Jabber for SME8
« Reply #6 on: March 15, 2010, 11:19:20 AM »
Thank you very much for the information. It should be easier than I thought.

When I try to setup an account via Pidgin I get a "Host unknown". I am thinking that I did every other setting correctly (at least settings that I used on the former "ejabberd").

Could you please send a patch to the email address that you find in the rpm changelog? (rpm -q --changelog smeserver-jabberd)
Thank you!