Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-19Fix ce0d1704c6cc167c8bc891587952f78c55f979adPablo Polvorin
Original request was to allow ejabberd sysadmin to generate tokens for specific users. JIDs must not be passed as argument when requesting the tokens.
2016-06-29Allow generation of oauth tokens from command line16.06Pablo Polvorin
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
2016-06-21Use {access,shaper}_rules_validator in other places where access rules are usedPaweł Chmielowski
2016-03-25Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into ↵Evgeniy Khramtsov
sasl-api-change
2016-02-08Remove compile warningsMickael Remond
2016-01-13Update copyright to 2016 (#901)Badlop
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov
2015-09-25Add oauth_access optionAlexey Shchepin
2015-09-25Add OAuth support (thanks to Aleksey)Christophe Romain