Tuesday 17 October 2006

XMPP with iChat Server

One of the nice things that OS X Server can run is an iChat server. The server is jabberd 1.4 which is a nice XMPP server. I finally took a couple minutes at work to enable the service and it was fairly easy.

  1. Add appropriate SRV records to DNS,

  2. Punch a hole in the firewall,

  3. Add the domain to the service configuration,

  4. Uncomment the S2S lines in /etc/jabber/jabber.xml,

  5. Start the service.



That was it! Since all the users are already in the directory and the iChat server is tied into the directory, everyone has immediate access.

The thing with the s2s stuff was kind of ridiculous. Without going into the jabber.xml file, the iChat server just runs the client port allowing only directly connected clients to chat. The server admin UI did not include an option to enable the server side connections such that inter-domain chats can take place. But it was fairly simple to enable so not a big deal really.

In summary: XMPP is good for you!

No comments:

Post a Comment

Popular Posts