Alternative script syntax implementation in BOSH
Posted: 05 December 2007 02:33 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2007-08-19

Hi,

Excited about the upcomming ejabberd 2.0.
Will there be a support for script syntax in BOSH?
It will allow me to use my custom javascript client in cross domains enviorement.

I hope it shouldn`t be too hard to implement.
Openfire support it and that`s the only reason for me to choose openfire over ejabberd.

Thanks

Profile
 
 
Posted: 05 December 2007 07:44 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  128
Joined  2006-11-12

I am not familiar with this feature so I will check what the specifcation says.

However, for our customers deployment, we have a feature that we think offer much much better performance.
To manage cross domain isssue we serve both the client code and the binding code from the same domain without proxy.
This gives us a large performance edge over other architecture smile

 Signature 

Mickaël Rémond
Process-one

Profile
 
 
Posted: 07 December 2007 03:44 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2007-08-19

Serving the binding code and the client code from the same domain will solve the cross domain issue and is better than using a proxy but with script syntax you don`t need it.

Our customers don`t want to install anything on their server so we managed to solve it and do much more…

We developed a javascript xmpp web client with some very unique features. It`s proprietary but now that you have a company behind ejabberd we can work something out. Obviously, we can release the core as open source.

Mail me if you are interested or need some help with the script syntax.

Profile