stop call and file transfers on friend exit.

This commit is contained in:
ingvar1995 2016-05-06 02:00:10 +03:00
parent f5782c2dcb
commit 89be47dc72
4 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#Compile Toxygen
You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/)
Install PyInstaller:
``pip install pyinstaller``