Oct 8, 2010 7:07 PM
how to call an external component service?
-
Like (0)
i have created an external component service by whack, the service domain is ext.example.com. how do i call this service in client?
should the client send packect like this : <iq id="xxxx" to="ext.example.com" type="get"></iq>
The JID you should be using is fred@ext.example.com. See my blog for details.