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
+2 -1
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,