8000 Tags · ccy110/ejabberd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ccy110/ejabberd

Tags

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

15.11

Toggle 15.11's commit message
Allow longer command execution time

15.10

Toggle 15.10's commit message
set dependencies versions for 15.10

15.09

Toggle 15.09's commit message
Merge pull request processone#753 from scrogson/add_links

Add License and Links for display on hex.pm

15.07

Toggle 15.07's commit message
Recompile translations

15.06

Toggle 15.06's commit message
Add xep definition to mod_mam

0