Skip to content

Tags: DonSYS91/ejabberd

Tags

16.12

Toggle 16.12's commit message
Prepare mix for 16.12

16.12-beta1

Toggle 16.12-beta1's commit message
Update dependencies

16.09

Toggle 16.09's commit message
Merge pull request processone#1249 from weiss:push-requirements

16.08

Toggle 16.08's commit message
Fix type convertion bug injected by 4ccc40b (processone#1229)

16.06.1

Toggle 16.06.1's commit message
Elixir dependencies

16.06

Toggle 16.06's commit message
Allow generation of oauth tokens from command line

Oauth tokens can be generated for commands (scopes) having admin|user|open
policy. Restricted commands are not available as those are only usable
from ejabberdctl command line.

Four new commands are available:

$ejabberdctl oauth_issue_token "stats;get_roster"
    Generates a token authorized to call both stats and get_roster
    commands.  Note scopes must be separated by semicolon.

$ejabberdctl oauth_list_tokens
    List tokens generated from the command line, with their scope
    and expirity time.

$ejabberdctl oauth_list_scopes
    List scopes available

$ejabberdctl oauth_revoke_token "Lbs7qdJfdKXOWzVrArgyckY055tE1xnt"
    Revokes the given token

16.04

Toggle 16.04's commit message
Add pubsub subscribe/unsubscribe hook

16.03

Toggle 16.03's commit message
Provide authzid in scream response

16.02

Toggle 16.02's commit message
Do not call to deprected/undefined functions from mod_shared_roster_ldap

16.01

Toggle 16.01's commit message
Merge pull request processone#900 from weiss/suppress-groupchat-error

Don't return error for blocked headlines and MUC messages