1
votes

Know of any tutorials or resources to configure Openfire Server to use it's built in Bosh support for an XMPP chat client developed with stroph. The Openfire Server is an existing company chat server used with Spark and Pidgin.

2

2 Answers

4
votes

When you install openfire, its bosh service starts listening on a port (I think its 5080), when you try to access bosh using strpohe, normal javascript will not allow you to access strophe because javascript is not permitted to access ports, you either have to use proxy module or url redirect, if you are not good at apache configuration you can use flxhr javascript plugin. For tutorial you can use Metajack's http://professionalxmpp.com/.

Hope it helps.