Getting Started
To start, we will use XMPP-FTW
to create a skeleton for our project. Recall that we did this in Chapter 5, Building a Multi-User Chat Application as well:
cd ~ git clone git@github.com:xmpp-ftw/skeleton-project.git pong cd pong
Now we're going to jump right into the client code.