comparison libervia/cli/base.py @ 4233:d01b8d002619

cli (call, file), frontends: implement webRTC data channel transfer: - file send/receive commands now supports webRTC transfer. In `send` command, the `--webrtc` flags is currenty used to activate it. - WebRTC related code have been factorized and moved to `libervia.frontends.tools.webrtc*` modules. rel 442
author Goffi <goffi@goffi.org>
date Sat, 06 Apr 2024 13:43:09 +0200
parents 8499b3ad5edb
children 5115976e1e3d
comparison
equal deleted inserted replaced
4232:0fbe5c605eb6 4233:d01b8d002619
72 72
73 #consts 73 #consts
74 DESCRIPTION = """This software is a command line tool for XMPP. 74 DESCRIPTION = """This software is a command line tool for XMPP.
75 Get the latest version at """ + C.APP_URL 75 Get the latest version at """ + C.APP_URL
76 76
77 COPYLEFT = """Copyright (C) 2009-2021 Jérôme Poisson, Adrien Cossa 77 COPYLEFT = """Copyright (C) 2009-2024 Jérôme Poisson, Adrien Cossa
78 This program comes with ABSOLUTELY NO WARRANTY; 78 This program comes with ABSOLUTELY NO WARRANTY;
79 This is free software, and you are welcome to redistribute it under certain conditions. 79 This is free software, and you are welcome to redistribute it under certain conditions.
80 """ 80 """
81 81
82 PROGRESS_DELAY = 0.1 # the progression will be checked every PROGRESS_DELAY s 82 PROGRESS_DELAY = 0.1 # the progression will be checked every PROGRESS_DELAY s