Sheetal D Hiroji wrote:
In the jabber client console window i see the following packet exchange between client and jabber server.
SENT: <?xml version="1.0" encoding="UTF-8"?><stream:stream to="ln192" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams">
READ: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:client' from='ln192' version='1.0' id='wrgd0zgppt83l4iuo2o292xyv4a84tp0l5dm5ubv'>
READ: <stream:error xmlns:stream='http://etherx.jabber.org/streams'><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text xmlns='urn:ietf:params:xml:ns:xmpp-streams'>service requested for unknown domain</text></stream:error></stream:stream>
SENT: <iq type="get" id="auth-a"><query xmlns="jabber:iq:auth"><username>guest</username></query></iq>
SENT: </stream:stream>
Did you set the hostname for the c2s Manager? It's in c2s.xml <local> <id>ln192</id .. </local>
It's only a guess, but I think the s2c Manager does not feel responsibly for the domain the clients requests (ln192).
Bert _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
