Tarun Gupta

Results 8 comments of Tarun Gupta

**Client 1** ```bash ./Swiften/Examples/MIXListAndJoin/MIXListAndJoin [email protected]/some mixtest2 example.com Connecting...Connected Request list of channels. List of rooms at example.com 1. coven - [email protected] Request supported nodes for MIX channel: [email protected] Nodes supported...

Updated based on feedback and added roster sync between clients: **Example (Client 1) :** ```bash ./Swiften/Examples/MIXListAndJoin/MIXListAndJoin [email protected]/some mixtest2 example.com Connecting...Connected Request list of channels. List of rooms at example.com 1....

**Client 1 connects first, joins channel, receives presence updates from other clients [none till now], set its nick and waits for messages/presence updates from other clients** ```bash ./Swiften/Examples/MIXListAndJoin/MIXListAndJoin [email protected]/someelse mixtest...

Updated based on feedback with unit tests.