Subject: where is the challenge created?
when a jabber client sends a auth to the server, I believe the jabber server must generate a challenge.
something like this:
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cmVhbG09InNvbWVyZWFsbSIsbm9uY2U9Ik9BNk1HOXRFUUdtMmhoIixxb3A9ImF1dGgi
LGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNzCg==
</challenge>
In the case of the sample server provided, where is this generated? Is it possible to change so that I can specify what should go into that challenge tag?
thank you kindly,
parthy
something like this:
<challenge xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
cmVhbG09InNvbWVyZWFsbSIsbm9uY2U9Ik9BNk1HOXRFUUdtMmhoIixxb3A9ImF1dGgi
LGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNzCg==
</challenge>
In the case of the sample server provided, where is this generated? Is it possible to change so that I can specify what should go into that challenge tag?
thank you kindly,
parthy