Hi,
I am getting 404 error while doing group chat. Below is the log
<stream:features>
<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>
DIGEST-MD5
</mechanism>
<mechanism>
PLAIN
</mechanism>
<mechanism>
ANONYMOUS
</mechanism>
<mechanism>
CRAM-MD5
</mechanism>
</mechanisms>
<compression xmlns='http://jabber.org/features/compress'>
<method>
zlib
</method>
</compression>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</stream:features>
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl'
mechanism='DIGEST-MD5'/>
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cmVhbG09IndlYjA2LnByb3ZpZGVudC5ubCIsbm9uY2U9IjIybz JoTWFITnMzM25jSUE4ZDUrSUl2MG56b0JDMXJOdHNzRGlkbE0i LHFvcD0iYXV0aCIsY2hhcnNldD11dGYtOCxhbGdvcml0aG09bW Q1LXNlc3M=
</challenge>
<response xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
dXNlcm5hbWU9ImthdXN0dWJoNDIwIixyZWFsbT0id2ViMDYucH JvdmlkZW50Lm5sIixub25jZT0iMjJvMmhNYUhOczMzbmNJQThk NStJSXYwbnpvQkMxck50c3NEaWRsTSIsY25vbmNlPSIxNTRkM2 ZiMTIwMzU5ZjE1Y2NlZmRjMTg3ZmIzZjEzNyIsbmM9IjAwMDAw MDAxIixxb3A9ImF1dGgiLGRpZ2VzdC11cmk9InhtcHAvd2ViMD YucHJvdmlkZW50Lm5sIixyZXNwb25zZT0iNzBjYWZjYzA0YmZk MmNhMGJiZWQwM2E5ODY4MWNjODMiLGNoYXJzZXQ9InV0Zi04Ig ==
</response>
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cnNwYXV0aD1jZDk2MDU3YWUwNjNmZGJjNzBhN2Q1Mjg3NjY0Nj diYQ==
</success>
<stream:features>
<compression xmlns='http://jabber.org/features/compress'>
<method>
zlib
</method>
</compression>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</stream:features>
<iq type='set'
id='_bind_auth_2'
xmlns='jabber:client'>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
</iq>
<iq xmlns='jabber:client'
type='result'
id='_bind_auth_2'
to='web06.provident.nl/556f83de'>
<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
<jid>
[email protected]/556f83de
</jid>
</bind>
</iq>
<iq type='set'
id='_session_auth_2'
xmlns='jabber:client'>
<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>
<iq xmlns='jabber:client'
type='result'
id='_session_auth_2'
to='
[email protected]/556f83de'/>
<presence xmlns='jabber:client'>
<priority>
-1
</priority>
</presence>
<presence to='datingsite/kaustubh420'
xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
<presence xmlns='jabber:client'
from='
[email protected]/5e37b830'
to='
[email protected]/556f83de'>
<priority>
-1
</priority>
</presence>
<presence xmlns='jabber:client'
to='[email protected]/556f83de'
from='datingsite/kaustubh420'
type='error'>
<error code='404'
type='cancel'>
<remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</presence>
<message to='datingsite'
type='groupchat'
xmlns='jabber:client'>
<body>
dfdf
</body>
</message>
<message xmlns='jabber:client'
to='[email protected]/556f83de'
from='datingsite'
type='error'>
<error code='404'
type='cancel'>
<remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</message>
Thanks