jabber-net - webex

157 views
Skip to first unread message

Brent

unread,
Mar 12, 2012, 7:55:30 PM3/12/12
to jabber-net
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>

Joe Hildebrand

unread,
Mar 13, 2012, 12:17:25 PM3/13/12
to jabbe...@googlegroups.com
Server should be the domain name of the user.   If you're on Windows, the DNS SRV record will likely be used to turn the domain name into the server to connect to.  If not, do the DNS lookup manually:

dig +short -t SRV _xmpp-client._tcp.[DOMAIN]

and put the result in NetworkHost.

Also, try it without the proxy first, if possible. 

-- 
Joe Hildebrand



-- 
Joe Hildebrand



--
You received this message because you are subscribed to the Google Groups "jabber-net" group.
To post to this group, send email to jabbe...@googlegroups.com.
To unsubscribe from this group, send email to jabber-net+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jabber-net?hl=en.


Reply all
Reply to author
Forward
0 new messages