Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2013-12-28 05:33:36

Esteban S.
Member
Registered: 2013-12-28
Posts: 3

XML specification for webservices?

Hi, first off, awesome open source code help chat project.
that being said, today i was testing the desktop client and it works as expected, so i decided i would like to code a c# version of it to implement on a personal project.. so i was taking a look into its source code..but since i am not a c++ developer, it is a bit hard to read it..but i do understand some fragments of it, and i see the app send some POST requests to an xml page, for example
- http://demo.livehelperchat.com/xml/checklogin/ // for login ?
- http://demo.livehelperchat.com/xml/userinfo/ - to see online user info?
thats what i have saw so far..
I would like to know if there is an official xml specification for those requests(for example responding a chat, transfering a chat and so on), im asking for it since i havent seen it here (http://livehelperchat.com/documentation-6c.html - 18. for developers) pd: actually, im taking a look into livehelperchat-master\lhc_web\modules\lhxml folder
thank you for any help

https://groups.google.com/forum/#!topic … 8a991KI_NM

Offline

#2 2013-12-28 08:03:05

Remigijus Kiminas
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: XML specification for webservices?

Hi,

There is no documentation for xml module. Just few things there

1. You can understand what does each of request looking at lhxml module content. Each file represents each request.
2. Withing each request is send login and password.

3. Response is always json, just misleading module name.
4. xml/checklogin is used just to check that provided logins are correct.5. xml/userinfo yes, provides information about online user.


2013/12/28 Esteban S. <estebansa...***.com>

Offline

#3 2013-12-29 17:27:18

Esteban S.
Member
Registered: 2013-12-28
Posts: 3

Re: XML specification for webservices?

Hi, thank you for taking the time for answering and explaining it a little more.
keep it good.

El sábado, 28 de diciembre de 2013 02:03:05 UTC-5, Remigijus Kiminas escribió:

Offline

Board footer