[JDEV] how to connect to jabber server using asp
Emswiler, Mike
MEmswiler at protrader.com
Fri May 25 21:00:33 CDT 2001
I assume you mean IIS ASP ? What version of ASP are you using?
Unless they have a newer version, you can't receive events from objects in
ASP, which means you can't receive JabberCOM events like OnConnect,
OnMessage, OnXML, etc.
-----Original Message-----
From: Emswiler, Mike
Sent: Friday, May 25, 2001 7:09 PM
To: 'jdev at jabber.org'
Subject: RE: [JDEV] how to connect to jabber server using asp
I think you might have a bigger problem ... and that is that the jabber
session will expire when the page ends ...
-----Original Message-----
From: ravindra bommineni [mailto:ankpova at yahoo.com]
Sent: Friday, May 25, 2001 5:28 PM
To: jdev at jabber.org
Subject: [JDEV] how to connect to jabber server using asp
hi
i am trying to connect to jabber from my asp program.i
wrote program like this.
Set Jsession =
Server.CreateObject("JabberCom.JabberSession")
Jsession.Username = Request("uName")
Jsession.Password = Request("pass")
Jsession.Resource = Request("resource")
Jsession.Server = Request("server")
'If user is new
If Request("newone") = "on" Then
Jsession.DoConnect True,jatPlain
'If user is already registered one
Else
Jsession.DoConnect False,jatPlain
End If
now i am trying to print the connection status like
Response.write Jsession.Active
but every time it is printing False.why?please help me
on this as soon as possible.where can i found more
details about JabberCOM?
Thanks
Ravindra
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev
_______________________________________________
jdev mailing list
jdev at jabber.org
http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list