Iframe polling transport. Uses hidden iframes to transfer data
in the fragment identifier of the URL. The peer polls the iframe's location
for changes.
Unfortunately, in Safari this screws up the history, because Safari doesn't
allow to call location.replace() on a window containing a document from a
different domain (last version tested: 2.0.4).