Add peer-to-peer messaging functionality (group chat and direct messaging) using [`iroh-gossip`](https://docs.rs/iroh-gossip/latest/iroh_gossip/). ### Tasks - [ ] Integrate `iroh-gossip` into the peer connection logic. - [ ] Implement topic management for groups and DMs. - [ ] Create UI components for messaging. - [ ] Add message history persistence (Discussion needed on how to do this). #### References - [iroh-gossip Docs](https://docs.rs/iroh-gossip/latest/iroh_gossip/) - [Gossip Chat Example](https://www.iroh.computer/docs/examples/gossip-chat)