libs/README.txt
author Da Risk <da_risk@beem-project.com>
Fri, 27 Jan 2012 00:05:55 +0100
changeset 964 89dbb4bee206
parent 695 19d55036ad3f
permissions -rw-r--r--
Initialize the xmpp connection config in a background thread. On android > 3.x network operations on the main thread crash the application. This move the dns request made by the ConnectionConfiguration in another thread by lazily initializing the XMPPConnection

This directory contains the libraries used by BEEM.

The principal one is asmack, a portage of the Smack library for the Android
platform.

The source of the asmack library can be downloaded at
http://dev.beem-project.com/attachments/download/51/asmack-android-2.1-source-beem.zip

See the file doc/asmack-beem/README.txt for more informations.