Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 0d0512c230d1c040d2df6219fa929f99 > files > 53

gadget-0.0.3-5.fc14.noarch.rpm


Configuring Ejabberd
====================

Add the following to the {listen} stanza:

  {5560, ejabberd_service, [
      {ip, {127, 0, 0, 1}},
      {access, all},
      {host, "gadget.localhost", [{password, "secret"}]}]},


Because of Ejabberd bug EJAB-453, you should use at least Ejabberd 2.0.2 or
a package having the fix of this bug backported.

Copyright
=========

Copyright 2007-2008 One Laptop Per Child.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.