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