From bfe79d0cf0e0f61adc54c0242554ca1478a13202 Mon Sep 17 00:00:00 2001 From: Landon Gilbert-Bland Date: Fri, 21 Sep 2018 17:55:24 -0600 Subject: [PATCH] Move chat location from irc to gitter. IRC is great, but it's significatnly harder to have a history on for multiple people unless they are all running their own IRC bouncers. Because I am working on getting more maintainers for this project, I have dediced to move it over to gitter for ease of use. I will still be hanging out on IRC though. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6eb6fb..155c969a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Coverage Status](https://coveralls.io/repos/github/vimalloc/flask-jwt-extended/badge.svg?branch=master)](https://coveralls.io/github/vimalloc/flask-jwt-extended?branch=master) [![PyPI version](https://badge.fury.io/py/Flask-JWT-Extended.svg)](https://badge.fury.io/py/Flask-JWT-Extended) [![Documentation Status](https://readthedocs.org/projects/flask-jwt-extended/badge/)](http://flask-jwt-extended.readthedocs.io/en/latest/) +[![Join the chat at https://gitter.im/flask-jwt-extended/Lobby](https://badges.gitter.im/flask-jwt-extended/Lobby.svg)](https://gitter.im/flask-jwt-extended/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ### When to use Flask-JWT-Extended? @@ -42,7 +43,8 @@ help upgrading to the 3.x.x releases. ### Chatting -We are on irc! You can come chat with us in the ```#flask-jwt-extended``` channel on ```freenode```. +We have moved from irc to gitter. The official support channel can now be found +at https://gitter.im/flask-jwt-extended/Lobby. ### Testing and Code Coverage