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:
parent
e858738736
commit
7564a4e953
3 changed files with 33 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
|||
ask = none :: ask() | '_',
|
||||
groups = [] :: [binary()] | '_',
|
||||
askmessage = <<"">> :: binary() | '_',
|
||||
xs = [] :: [fxml:xmlel()] | '_'
|
||||
xs = [] :: [fxml:xmlel()] | '_',
|
||||
mix_participant_id = <<>> :: binary() | '_'
|
||||
}).
|
||||
|
||||
-record(roster_version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue