Skip to content
Warbo edited this page Sep 13, 2010 · 2 revisions

In writing the PubSubClient library it is useful to have a way of testing it during development. As the API is not yet stable, and Pythonising the PubSub spec is the current priority, a full test suite is not a currently in existence, so there are several test applications written to see how PubSubClient performs when given real tasks.

These demos are currently:

DemoApps/GTKBrowser

DemoApps/GTKReader

DemoApps/GTKWriter

The PubSubClient library itself requires only Python, lxml and xmpppy. However, these tests also use different libraries and will not work without them. See each page for these requirements.

Clone this wiki locally