If you're referring to something like XEP-0124 (BOSH) http://xmpp.org/extensions/xep-0124.html
then the short answer is, I did only find a BOSH implementation done with Twisted as part of an XMPP over BOSH connection manager implementation called punjab. http://code.stanziq.com/punjab Interesting in this particular context could be strophe http://code.stanziq.com/strophe/ I'm currently tinkering with a minimal BOSH sample providing a delayed echo server which allows me to test the behavior of mobile 3G apps Cheers, Werner [email protected] wrote: > hi, > is there any example how to implement long-polling channel with > Twisted while using reactor()? > > Thank you. > > > _______________________________________________ > Twisted-Python mailing list > [email protected] > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
