On Wed, Jun 16, 2010 at 5:00 PM, Dan Collins <[email protected]> wrote:
> Are there any BOSH servers readily available that aren't heavily tied to > xmpp? I am looking for something that I could drop in to a c project on the > server side similar to a socket connection server. > You could use Punjab (http://code.stanziq.com/punjab). Currently it only has an xmpp session class but you can write your own and use it instead. The BOSH part takes the session builder as a parameter.
