[JDEV] how can i make password as winjab protocol?
Yoong Y. Kim
yykim at nextware.co.kr
Wed Jun 13 21:05:00 CDT 2001
I'm interested in 'make jabber client'
and I'm looking Winjab's protocol....
when Winjab auth to Jabber,
SENT: <iq type="get" id="JCOM_10"><query
xmlns="jabber:iq:auth"><username>y2k</username></query></iq>
RECV: <iq type='result' id='JCOM_10'><query
xmlns='jabber:iq:auth'><username>y2k</username><password/><digest/><sequence>460</sequence><token>3B256557</token><resource/></query></iq>
SENT: <iq type="set" id="JCOM_11"><query
xmlns="jabber:iq:auth"><username>y2k</username><hash>47af90f22f018404714dff500344e2f6e53dd7b6</hash><resource>y2k_440</resource></query></iq>
RECV: <iq type='result' id='JCOM_11'/>
... how to make <hash/> with my password?
I'm not password string....
More information about the JDev
mailing list