mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Rewrite mod_blocking to use XML generator
This commit is contained in:
parent
a4a9dd7f03
commit
bc802a4049
5 changed files with 140 additions and 90 deletions
|
@ -347,7 +347,7 @@
|
|||
text = [] :: [#text{}]}).
|
||||
-type sasl_failure() :: #sasl_failure{}.
|
||||
|
||||
-record(block_list, {}).
|
||||
-record(block_list, {items = [] :: [any()]}).
|
||||
-type block_list() :: #block_list{}.
|
||||
|
||||
-record(xdata_field, {label :: binary(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue