Hi All,
I’m attempting to make a connection between jabber-net and webex
connect. I’m stuck at authenticating. It seems I need to be able to
input a “domain” or “vhost” into the user credentials but I can’t find
any way to do that via jabber-net. The field I need is the “domain”
field in pidgin. The credentials I have work perfectly in pidgin with
the domain field set. Anyone know a solution?
<code>
JabberClient1.User = user
JabberClient1.Password = pass
JabberClient1.Server =
xxxxxxx.webexconnect.com
JabberClient1.Port = "5222"
JabberClient1.ProxyHost =
xxxxx.proxy.xxxxxxx.xx.com"
JabberClient1.ProxyPort = "80"
JabberClient1.AutoRoster = True
JabberClient1.AutoLogin = True
JabberClient1.AutoStartTLS = True
JabberClient1.Connect()
<result>
ExecuteConnect
PSEND:CONNECT
xxxxxxx.webexconnect.com:5222 HTTP/1.1
Host:
xxxxxxx.webexconnect.com
PRECV: HTTP/1.1 200 Connection established
End of proxy headers
Proxy connected
recd:<stream:stream xmlns='jabber:client' xml:lang='en-US.UTF-8'
xmlns:stream='http://
xxxxxxx.jabber.org/streams' from='
xxxxxxx.webexconnect.com' id='7vAXClDDJnX7Xd2p-ohmbw101637'
version='1.0'>
recd:<stream:features><starttls xmlns='urn:ietf:params:xml:ns:xmpp-
tls'><required/></starttls></stream:features>
sent:<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
recd:<proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
sent:<stream:stream xmlns:stream="http://
xxxxxxx.jabber.org/streams"
id="7410b261" xmlns="jabber:client" to="
xxxxxxx.webexconnect.com"
version="1.0">
recd:<stream:stream xmlns='jabber:client' xml:lang='en-US.UTF-8'
xmlns:stream='http://
xxxxxxx.jabber.org/streams' from='
xxxxxxx.webexconnect.com' id='7vAXClDDJnX7Xd2p-ohmbw101637'
version='1.0'>
recd:<stream:features><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-
sasl'><mechanism>WEBEX-TOKEN</mechanism><mechanism>PLAIN</mechanism></
mechanisms></stream:features>
sent:<auth mechanism="PLAIN" xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
xxxxxxx </auth>
recd:<failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><not-authorized/
></failure>
Close
recd:</stream:stream>