i was reading xmpp module documentation and it has this in overview section:
This modules is a gateway between Openser and a jabber server. It enables the exchange of instant messages between SIP clients and XMPP(jabber) clients.
however, when i look at the code, it also includes xmpp_send_xsubscribe and xmpp_send_xnotify api functions. also, it seems that pua_xmpp is using these (undocumented) api functions.
am i missing something or is the api documentation missing in xmpp docs?
-- juha
Hello Juha,
On 06/18/08 14:06, Juha Heinanen wrote:
i was reading xmpp module documentation and it has this in overview section:
This modules is a gateway between Openser and a jabber server. It enables the exchange of instant messages between SIP clients and XMPP(jabber) clients.
however, when i look at the code, it also includes xmpp_send_xsubscribe and xmpp_send_xnotify api functions. also, it seems that pua_xmpp is using these (undocumented) api functions.
am i missing something or is the api documentation missing in xmpp docs?
seems the devel API is missing. Not being a final state, as there are many things to be improved there, could be the reason for this. If you need some clarifications, you can shoot questions on the devel list.
Cheers, Daniel
-- juha