erlang - Ejabberd Voip with mod_jinglenodes -
i installed mod_jinglenodes.erl plugin method in ejabberd.it shown in psi+ service discovery option jinglenodes.192.168.1.35 ,but didnot correct response iq
a) send iq:
<iq type="get" to="kumar@192.168.1.35" id="ab71a"><servicesxmlns='http://jabber.org/protocol/jinglenodes'/></iq>
receive it:
<iq from="kumar@192.168.1.35" type="error" xml:lang="en" to="babu@192.168.1.35/psi+" id="ab71a"> <services xmlns="http://jabber.org/protocol/jinglenodes"/> <error type="cancel" code="503"> <service-unavailable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/> </error> </iq>
b)
<channel xmlns='http://jabber.org/protocol/jinglenodes#channel' protocol='udp'/>
didnot result.
please me. , how send voip call iq example ?
from protocol examples in xep-0278, looks you're supposed send <services>
request either own server (in case 192.168.1.35
), or full jid of contact, in case presumably kumar@192.168.1.35/psi+
, not bare jid in sample above, kumar@192.168.1.35
.
Comments
Post a Comment