yes.
eJabberd 16.01
carbon module gave some erros during compilation, but this thread helped.
Then I got erros during module loading, but replacing this line:
IQDisc = gen_mod:get_opt(iqdisc, Opts, one_queue),
to this
IQDisc = gen_mod:get_opt(iqdisc, Opts, fun gen_iq_handler:check_type/1, one_queue),
helped. Now it is loading with no erros, but I still can`t see my own messages in another clients.
right now I`m using Jitsi on ubuntu 14.04 and ubuntu 15.10