Skip to content

Commit

Permalink
Merge pull request #34 from Dunedan/close-connection-on-ping-timeout
Browse files Browse the repository at this point in the history
Terminate XMPP connections on ping timeout
  • Loading branch information
Dunedan authored Feb 6, 2025
2 parents ed155f3 + 1f67f51 commit 68da182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/ejabberd/templates/ejabberd.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ modules:
mod_offline:
access_max_user_messages: max_user_offline_messages
mod_ping:
ping_ack_timeout: 30s
send_pings: true
timeout_action: kill
# mod_pres_counter:
# count: 5
# interval: 60
Expand Down

0 comments on commit 68da182

Please sign in to comment.