[JDEV] how to configure
Said Madrus
madrus at cbn.net.id
Fri Nov 10 01:37:23 CST 2000
Dear sir,
i try to install jabber server and success.
but after running #jserver &
it doesn't work, why ???
thanks in advance.
said madrus
as information, this is my jserver.xml:
=============================
<names>
<default>hood.cbn.net.id</default>
<!-- You may have alises for this server, these are NOT virtual hosts,
only use these for migrating from an old server name or for
*receive only* on an alternate name
<alias>download.cbn.net.id</alias>
-->
</names>
<listen>
<jabber>5222</jabber>
<ssl>5223</ssl>
<irc>6667</irc>
<http>5280</http>
<telnet>5228</telnet>
<!-- Specific IPs can also be used:
<jabber ip='12.34.56.78'>5222</jabber>
<irc ip='12.34.56.79'>6667</irc>
-->
</listen>
<log>
<!-- replace with <error>syslog</error> to log to syslog instead, remove
to log to STDERR -->
<error>/usr/local/var/log/jserver.error</error>
<session>/usr/local/var/log/jserver.log</session>
<!-- This will log some basic tracking information about every packet of
data (TONS!)
<packet>/usr/local/var/log/jserver_packet.log</packet>
-->
</log>
<spool>/usr/local/var/jspool</spool>
<register>
<instructions>Choose a username and password to register with this
server.</instructions>
<username/><password/>
</register>
<info>
<name>Jabber Server</name>
<description>A Jabber Server!</description>
<url>http://download.cbn.net.id/</url>
</info>
<agents>
<!-- this is the default agent for the (temporary) master jabber user
directory -->
<agent jid="users.jabber.org">
<name>Jabber User Directory</name>
<description>You may register and create a public searchable profile,
and search for other registered Jabber users.</descripti
on>
<service>jud</service>
<register/>
<search/>
</agent>
<!-- these are just examples, you will receive instructions on what to
place here when you install a real agent
<agent jid="aim.jabber.org">
<name>AIM Transport</name>
<description>This is the AIM Transport</description>
<transport>AIM/AOL ScreenName</transport>
<service>aim</service>
<register/>
</agent>
<agent jid="icq.jabber.org">
<name>ICQ Transport</name>
<description>This is the ICQ Transport</description>
<transport>ICQ#</transport>
<service>icq</service>
<register/>
</agent>
<agent jid="groups.jabber.org">
<name>GroupChat</name>
<description>You can create and participate in private
chatrooms.</description>
<service>privatechat</service>
<groupchat/>
<register/>
</agent>
-->
</agents>
<dso>
<mod_time>/usr/local/lib/jabber/mod_time.so</mod_time>
<mod_version>/usr/local/lib/jabber/mod_version.so</mod_version>
<mod_echo>/usr/local/lib/jabber/mod_echo.so</mod_echo>
<svc_http>/usr/local/lib/jabber/svc_http.so</svc_http>
<svc_irc>/usr/local/lib/jabber/svc_irc.so</svc_irc>
</dso>
This is how the server connects to etherx:
<etherx>
<secret>test</secret>
<!-- only enable to use remote mode, you should know what you are doing!
<remote>202.158.3.6</remote>
-->
</etherx>
List of usernames with administrative access, these users will all receive
messages and notices sent to 'hostname':
<!--
<admin>
<read>dukung</read>
<write>bebas</write>
</admin>
-->
</jserver>
==========================================
More information about the JDev
mailing list