Using wodXmpp in HTML (General questions)
by Guramrit Singh, Wednesday, August 31, 2011, 10:30 (4831 days ago)
We've purchased wodXmpp single developer license. We've developed an activex component using wodxmpp. Now we want to use it in our webpage, but it shows license warning. We've followed steps described in http://support.microsoft.com/kb/159923. Our web page is http://logicerp.com/lsas/chat.aspx. It's urgent. We're close to release our product.
Re: Using wodXmpp in HTML
by woddrazen, Wednesday, August 31, 2011, 10:46 (4831 days ago) @ Guramrit Singh
Hi Guramrit,
Are you sure that you are using licensed version of wodXMPP? Maybe you are still using DEMO.
You can download it here:
http://www.weonlydo.com/index.asp?update=1
This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.
Also, we have guide how to import our component to HTML here:
http://www.weonlydo.com/TelnetDLX/Help/GettingStarted-HTML.html
this instruction is for our other component wodTelnetDLX. However, you can use same logic for wodXMPP.
Let us know how it goes.
Regards,
Drazen
Re: Using wodXmpp in HTML
by Guramrit Singh, Wednesday, August 31, 2011, 11:47 (4831 days ago) @ woddrazen
We are using the licensed component only.
License window is showing that component is Licensed but License key is unavailable.
If you want, you can check the issue by taking our system remotely using webX.
Please do the needful
Hi Guramrit,
Are you sure that you are using licensed version of wodXMPP? Maybe you are still using DEMO.You can download it here:
http://www.weonlydo.com/index.asp?update=1This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.
Also, we have guide how to import our component to HTML here:
http://www.weonlydo.com/TelnetDLX/Help/GettingStarted-HTML.htmlthis instruction is for our other component wodTelnetDLX. However, you can use same logic for wodXMPP.
Let us know how it goes.
Regards,
Drazen
Re: Using wodXmpp in HTML
by Guramrit Singh, Wednesday, August 31, 2011, 12:10 (4831 days ago) @ Guramrit Singh
The error we are getting is below. We're using licensed version, and error screen shows the same, but it shows that license key is unavailaible.
Re: Using wodXmpp in HTML
by woddrazen, Wednesday, August 31, 2011, 12:18 (4831 days ago) @ Guramrit Singh
Guramrit,
Can you maybe give us more information how you are using wodXMPP inside web page.
You are using it in standard HTML or in ASP.NET?
Drazen
Re: Using wodXmpp in HTML
by Guramrit Singh, Wednesday, August 31, 2011, 12:32 (4831 days ago) @ woddrazen
Guramrit,
Can you maybe give us more information how you are using wodXMPP inside web page.You are using it in standard HTML or in ASP.NET?
Drazen
[code]
< @ Page Language= C# >
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd >
<html xmlns= http://www.w3.org/1999/xhtml >
<head runat= server >
<title></title>
<style type= text/css >
*
{
margin:0;
padding:0;
}
</style>
</head>
<body>
<OBJECT CLASSID= clsid:5220cb21-c88d-11cf-b347-00aa00a28331 VIEWASTEXT>
<PARAM NAME= LPKPath VALUE= WodXmpp.lpk >
</OBJECT>
<object id= chatCtrl CLASSID= CLSID:95718DE1-0079-4C55-AC14-8C862C747482 CODEBASE= LOGICChat.CAB#version=1,0,0,12 VIEWASTEXT>
</object>
<script language= vbscript >
< foreach (string ff in Request.QueryString)
{ >
chatCtrl.< = ff > = < = Request.QueryString[ff] >
< } >
</script>
</body>
</html>
[/code]
You can check it by navigating to http://logicerp.com/lsas/chat.aspx?propsiteid=logic&proproomname=development and view source.
Sometimes it displays fine, sometimes it displays error message.
Re: Using wodXmpp in HTML
by woddrazen, Wednesday, August 31, 2011, 12:42 (4831 days ago) @ Guramrit Singh
Guramrit,
Please make sure that you are using ActiveX version of wodXMPP inside your code.
Also, I see that you are not using wodXMPP Class ID.
You can find it here:
http://www.weonlydo.com/XMPP/Help/Technical.html
Please follow this instruction for importing our component inside HTML:
http://www.weonlydo.com/TelnetDLX/Help/GettingStarted-HTML.html
Drazen