diff 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
line wrap: on
line diff
--- a/libervia/cli/base.py	Sat Apr 06 12:59:50 2024 +0200
+++ b/libervia/cli/base.py	Sat Apr 06 13:43:09 2024 +0200
@@ -74,7 +74,7 @@
 DESCRIPTION = """This software is a command line tool for XMPP.
 Get the latest version at """ + C.APP_URL
 
-COPYLEFT = """Copyright (C) 2009-2021 Jérôme Poisson, Adrien Cossa
+COPYLEFT = """Copyright (C) 2009-2024 Jérôme Poisson, Adrien Cossa
 This program comes with ABSOLUTELY NO WARRANTY;
 This is free software, and you are welcome to redistribute it under certain conditions.
 """