1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

mod_mix_pam: Provide MIX channels as roster entries via hook

This commit is contained in:
Linus Jahn 2022-06-12 15:55:59 +02:00 committed by badlop
parent e858738736
commit 7564a4e953
3 changed files with 33 additions and 2 deletions

View file

@ -28,7 +28,8 @@
ask = none :: ask() | '_',
groups = [] :: [binary()] | '_',
askmessage = <<"">> :: binary() | '_',
xs = [] :: [fxml:xmlel()] | '_'
xs = [] :: [fxml:xmlel()] | '_',
mix_participant_id = <<>> :: binary() | '_'
}).
-record(roster_version,