Is it possible to just directly send and receive messages with IPFS peers that are already in your swarm list?
If not, I take it the best way to do this is just opening another connection via ipfs.libp2p.dialProtocol
and ipfs.libp2p.handle
and copying the chat example? Does that even open a duplicate connection or will it use the existing one?
This is all in JavaScript from the browser for now, so the multiaddrs in question are of the form /p2p-circuit/ipfs/Qm...