mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Add OAuth support (thanks to Aleksey)
This commit is contained in:
parent
7cf904f4cf
commit
a1129dc96b
13 changed files with 1207 additions and 67 deletions
|
@ -34,6 +34,7 @@
|
|||
module :: atom(),
|
||||
function :: atom(),
|
||||
args = [] :: [aterm()] | '_' | '$1' | '$2',
|
||||
policy = restricted :: open | restricted | admin | user,
|
||||
result = {res, rescode} :: rterm() | '_' | '$2'}).
|
||||
|
||||
-type ejabberd_commands() :: #ejabberd_commands{name :: atom(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue