Hey Guys,
I was wondering if anyone having experience with using xmpp module as
presence gateway between SIP and XMPP. I started evaluating it and
till now got some weird results, not sure if it is just my setup which
does not match the one widely used or the module is incomplete.
Regarding my setup, I use OpenFIRE 3.7.1 on one side and Kamailio
3.2.0 out of debian packages on the other.
The issue I got right now is that the subscribe coming from XMPP side
produces no action/reply on SIP side. Bellow you can see the packet
coming from OpenFIRE:
#
T 2012/03/02 09:49:57.743750 127.0.0.1:5275 -> 127.0.0.1:49965 [AP]
<presence id="4h8F6-19" to="dan4(a)gw.mydomain.com"
type="subscribe"
from="dan(a)mydomain.com"><c
xmlns="http://jabber.org/protocol/caps"
ext="voice-v1 video-v1 camera-v1 " hash="sha-1"
node="http://jitsi.org"
ver="ohjz8WKq0ZQRiNWRNcapX4BBHLk="/></presence>
"""
Anyone here got this working somehow?
Ta,
DanB