/gen_client

Generic XMPP client framework for Erlang

Primary LanguageErlang

Prerequisites: 
	erlang R12B-5 and higher;
	exmpp
	
To build from source, cd to directory where you checkout/untar/unzip gen_client and do:

erl -make

To run test example:

erl -pa lib/gen_client/ebin

and then from Erlang shell:

1> test_gen_client:test().