Skip to content

PRESENCE_REGINFO module

The module enables the handling of “Event: reg” (as defined in RFC 3680) inside of the presence module. This can be used distribute the registration-info status to the subscribed watchers.

The module does not currently implement any authorization rules. It assumes that publish requests are only issued by an authorized application and subscribe requests only by authorized users. Authorization can thus be easily done in OpenSIPS configuration file before calling handle_publish() and handle_subscribe() functions.

Note: This module only activates the processing of the “reg” in the presence module. To send dialog-info to watchers you also need a source which PUBLISH the reg info to the presence module. For example you can use the pua_reginfo module or any external component. This approach allows to have the presence server and the reg-info aware publisher (e.g. the main proxy) on different OpenSIPS instances.

The following modules must be loaded before this module:

  • presence.

None.

The default expires value used when missing from SUBSCRIBE message (in seconds).

Default value is “3600”.

Set default_expires parameter
...
modparam("presence_reginfo", "default_expires", 3600)
...

Whether to aggregate in a single notify body all registration presentities. Useful to have all registrations on first NOTIFY following initial SUBSCRIBE.

Default value is “0” (disabled).

Set aggregate_presentities parameter
...
modparam("presence_reginfo", "aggregate_presentities", 1)
...

None to be used in configuration file.

Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)

#NameDevScoreCommitsLines++Lines—
1.Carsten Bock817710
2.Stefan Darius7412626
3.Bogdan-Andrei Iancu (@bogdan-iancu)421720
4.Razvan Crainea (@razvancrainea)4224
5.Ken Rice3122

(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)

(2) including any documentation-related commits, excluding merge commits

(3) ignoring whitespace edits, renamed files and auto-generated files

#NameCommit Activity
1.Stefan DariusJun 2026 - Jul 2026
2.Razvan Crainea (@razvancrainea)May 2026 - Jun 2026
3.Ken RiceSep 2025 - Sep 2025
4.Bogdan-Andrei Iancu (@bogdan-iancu)Apr 2024 - Apr 2024
5.Carsten BockMar 2024 - Mar 2024

(1) including any documentation-related commits, excluding merge commits

Last edited by: Razvan Crainea (@razvancrainea), Bogdan-Andrei Iancu (@bogdan-iancu), Carsten Bock.

All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0