[JDEV] Server 1.2 Setup questions

Keith Minkler keith at digix.dyndns.org
Mon Nov 13 13:44:27 CST 2000


>   After I connect to my Jabber server using JabberIM client, when I tried to
> add a contact or send a message to a contact on the jabber.org server, I get
> a  502 Error - Remote Server Error. The message never arrives, and the
> contact is not notified.
> 
>   Am I missing something again?

Can you send your jabberd config file, so we know how this is configured?

> Then, when I tried again. After i connect to my jabber server, I tried to add a contact from jabber.com, 
> and the contact was notified. Thereafter, when I send a message to the contact at jabber.com, 
> the message arrives. However, it does not work for anyone on jabber.org.
> Any reason why?

dialback.  The jabber.com server is using the 1.0 server, jabber.org is using 1.2, if jabber.org cannot verify that your jabber server name matches the IP address for that name in DNS, it will not accept any of your messages.

> In both cases, I am still getting the remote server error.
> Any reason why?
>  
> Is there any thing else to configure/change in the jabber.xml? Especially the <agents> portion. I notice 

the <agents/> section in JSM is for the client ONLY.. the server never even looks at this data... it's a list of transports/agents the client has access to... the client uses this list to show the user the transports/agents she can use.

> that the default agent is :
>         <!-- This is the default agent for the master jabber user directory, this section can be duplicated for additional user custom/company directories. -->        <agent jid="users.perfecttalk.com">          <name>Jabber User Directory</name>          <description>You may register and create a public searchable profile,and search for other registered Jabber users.</description>          <service>jud</service>          <register/>          <search/>        </agent>
> Do I need to do something to create users.perfecttalk.com? And, how to create the Jabber User Directory?

this is usually users.jabber.org... the only central user database... unless you want to run your own JUD.. in that case you will need the JUD code from Ryan Eatmon, and a working mySQL database.

> Vincent


Keith




More information about the JDev mailing list