Hello,
I have an app in progress, native IOS, connecting openfire server with jitsivideobridge plugin running on macosx. I validated the setup by testing with jitsi client and i can communicate with my ios app from jitsi clients on my mac.
I need to now set up a videobridge conference. the colibri references says to send this to the focus agent which is the openfire server connected to the jitsivideo bridge.
when i send the request, i get an error.
2014-10-07 10:14:14.263 iPhoneXMPP[1002:196372] SEND:
<iq id="864AAA4A-A58B-417D-9D33-E511995999DA"
to="mycuesmbookpro2.watson.ibm.com"
from="peterios@mycuesmbookpro2.watson.ibm.com/81616be0"
type="set">
<conference
xmlns="http://jitsi.org/protocol/colibri">
<content name="audio">
<channel initiator="true"/>
<channel initiator="true"/>
</content>
<content name="video">
<channel initiator="true"/>
<channel initiator="true"/>
</content>
</conference>
</iq>
RESPONSE
2014-10-07 10:14:14.299 iPhoneXMPP[1002:196372] RECV:
<iq type="error
id="864AAA4A-A58B-417D-9D33-E511995999DA"
from="mycuesmbookpro2.watson.ibm.com"
to="peterios@mycuesmbookpro2.watson.ibm.com/ef11e1e7">
<conference xmlns="http://jitsi.org/protocol/colibri">
<content name="audio">
<channel initiator="true"/>
<channel initiator="true"/>
</content>
<content name="video">
<channel initiator="true"/>
<channel initiator="true"/>
</content>
</conference>
<error code="501" type="cancel">
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
</error>
</iq>
Can anyone tell me if i am on the right track? is there something wrong with my request? do i have to do something specific to make openfire issue this to jitsi videobridge?
Peter Mycue
pmycue@us.ibm.com
pmycue@gmail.com
704-626-9772