Can XMPP be applied in a similar way to the reverse Ajax pattern? Can it be used to implement http long wait like Comet? Is there an example of using such a technique with XMPP?
|
|
|
|
|
|
|
Yes. Take a look at XMPP over BOSH. It's a long-lived non-polling technique. From the BOSH specification:
jbosh is an open source Java implementation. Tigase.org has a number of projects, including BOSH support, and appears to be mostly Java/GWT. JAXMPP is a Java library in the framework, although it's not clear what feature set it supports. I've not tried any of these myself. |
||||||||
|
