[jdev] I want to check TLS/SASL of any XMPP Server
Kamran Zafar
dearkami at yahoo.com
Tue Nov 9 00:49:07 CST 2004
Hi,
I want to check my xmpp-complient client application
with any xmpp server which has support for TLS and
SALS. I have downloaded TIMP server from
www.jabber.org site (it declares that it has TLS and
SALS support for client-server). But i was not able to
do it. In my client application I print all stanzas
which are received from Server. But the TIMP server
didn't send any TLS or SALS related stanza. Although
it is mentione din the XMPP Core document that:
Server sends the STARTTLS extension to client along
with authentication mechanisms and any other stream
features:
<stream:features>
<starttls
xmlns='urn:ietf:params:xml:ns:xmpp-tls'>
<required/>
</starttls>
<mechanisms
xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
<mechanism>DIGEST-MD5</mechanism>
<mechanism>PLAIN</mechanism>
</mechanisms>
</stream:features>
Please anybody help me in this regard.
Regards,
Kamran
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the JDev
mailing list