This quickstart shows you how to incorporate the S22.Xmpp assembly into your application.

Getting up and running

  1. Add a reference to the S22.Xmpp assembly: Open your project in Visual Studio and, in Solution Explorer, right-click References, and then click Add Reference. Locate S22.Xmpp.dll and add it.

    12
  2. You can now start using the namespaces exposed by the S22.Xmpp assembly.

    3

Prerequisites

To complete this quickstart, you must have the following components:

  1. Visual Studio 2003 or newer.

  2. A copy of the S22.Xmpp.dll assembly.

See Also