blob: cee593d9962d704c3fb3817e6f8da9ef9c4ac0e4 (
plain)
1
2
3
4
5
6
7
8
9
|
Stroke
Stroke is a port of the C++ Swift library ( http://swift.im/swiften/ )
The source is available from the Git repository at http://swift.im/git/stroke/
It depends on the XmlPullParser from http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html
To build, run:
ant -Dxpp-dir=path/to/directory/containing/xpp
|