gen_client
gen_client copied to clipboard
Generic XMPP client framework for Erlang
Prerequisites: erlang R12B-5 or higher; exmpp 0.9.9
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().