← Volver al índice de módulos

pua_xmpp

This module is a gateway for presence between SIP and XMPP. It translates one format into another and uses xmpp, pua and presence modules to manage the transmission of presence state information.
💬 Presencia y Mensajería Kamailio 6.1 2 parámetros 4 funciones

Descripción general

This module is a gateway for presence between SIP and XMPP. It translates one format into another and uses xmpp, pua and presence modules to manage the transmission of presence state information.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/pua_xmpp.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/pua_xmpp

Parámetros de configuración

ParámetroTipoDescripción
server_address str 3.1. server_address(str)
server_address str The SIP URI specifying the address of the SIP server.

Funciones exportadas

pua_xmpp_notify()

4.2. pua_xmpp_req_winfo(request_uri, expires)

pua_xmpp_req_winfo(request_uri, expires)

Functions exported to be used in configuration file.

pua_xmpp_notify()

Function that handles Notify messages addressed to a user from an xmpp domain. It requires filtering after method and domain in configuration file. If the function is successful, a 2xx reply must be sent.

pua_xmpp_req_winfo(request_uri, expires)

Function called when a Subscribe addressed to a user from an xmpp domain is received. It calls sending a Subscribe for winfo for the user, and the following Notify with dialog-info is translated into a subscription in xmpp. It also requires filtering

Autores y contribuidores

Anca-Maria VamanuVoice Sistem SRL

Copyright © 2007 Voice Sistem SRL

Módulos relacionados

dialog msilo presence presence_dialoginfo presence_mwi presence_profile presence_reginfo presence_xml