HTTP Binding Howto

I have enabled HTTP binding in OpenFire, but I need some pointers on how to use it. I have skimmed over XEP-0124 and XEP-0206 so I know what I want to do in general, but I was hoping that there was a Java library already out there that would create the POST request and parse the incoming server response. I looked at SMACK, but that appears to be a standard client library rather than based on HTTP.

TIA,

Mike

Are you wanting to use Spark over HTTP or SparkWeb?

SparkWeb is made for this.

Open the SparkWeb.html file and edit to look like this…

For this particular project we need to build our own web interface, so Spark won’t work here.