MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / internal_update_presentity

Function internal_update_presentity

modules/presence/presentity.c:898–902  ·  view source on GitHub ↗

This is just a wrapper over "update_presentity" to be able to export the * function via the internal API - basically provides the "publishing" support * without actually having the PUBLISH SIP request, but directly a presentity */

Source from the content-addressed store, hash-verified

896 * without actually having the PUBLISH SIP request, but directly a presentity
897 */
898int internal_update_presentity(presentity_t* presentity)
899{
900 int dummy;
901 return update_presentity( NULL, presentity, &dummy);
902}
903
904
905int pres_htable_restore(void)

Callers

nothing calls this directly

Calls 1

update_presentityFunction · 0.85

Tested by

no test coverage detected