freeswitch/src/mod/event_handlers/mod_rayo/gateway
Chris Rienzo ee2f1d32a4 Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. 2013-06-06 16:03:00 -04:00
..
README Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. 2013-06-06 16:03:00 -04:00
mod_rayo_gateway.erl Added mod_rayo (XMPP 3PCC http://xmpp.org/extensions/xep-0327.html). Used by Adhearsion as its native call control protocol. Currently beta testing. 2013-06-06 16:03:00 -04:00

README

# Still a work in progress...

# Compile on CentOS 6.4
erlc -I /usr/lib64/ejabberd/include mod_rayo_gateway.erl

# Install in ejabberd
cp mod_rayo_gateway.beam /usr/lib64/ejabberd/ebin/

vi /etc/ejabberd/ejabberd.cfg
      %%
      %% Modules enabled in all ejabberd virtual hosts
      %%
      {modules,
       [
        ...
	{mod_rayo_gateway,[]},
        ...
       ]}.

ejabberdctl debug
(ejabberd@jabber)1> l(mod_rayo_gateway).
{module,mod_rayo_gateway}
(ejabberd@jabber)2>