aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-messenger.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-messenger.1')
-rw-r--r--doc/man/gnunet-messenger.184
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/man/gnunet-messenger.1 b/doc/man/gnunet-messenger.1
new file mode 100644
index 000000000..9dfe86227
--- /dev/null
+++ b/doc/man/gnunet-messenger.1
@@ -0,0 +1,84 @@
1.\" This file is part of GNUnet.
2.\" Copyright (C) 2023 GNUnet e.V.
3.\"
4.\" Permission is granted to copy, distribute and/or modify this document
5.\" under the terms of the GNU Free Documentation License, Version 1.3 or
6.\" any later version published by the Free Software Foundation; with no
7.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
8.\" copy of the license is included in the file
9.\" FDL-1.3.
10.\"
11.\" A copy of the license is also available from the Free Software
12.\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
13.\"
14.\" Alternately, this document is also available under the General
15.\" Public License, version 3 or later, as published by the Free Software
16.\" Foundation. A copy of the license is included in the file
17.\" GPL3.
18.\"
19.\" A copy of the license is also available from the Free Software
20.\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
21.\"
22.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
23.\"
24.Dd January 5, 2023
25.Dt GNUNET-MESSENGER 1
26.Os
27.Sh NAME
28.Nm gnunet-messenger
29.Nd Open and connect to rooms using the MESSENGER service to chat.
30.Sh SYNOPSIS
31.Nm
32.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
33.Op Fl d Ar PEERIDENTITY | Fl -door= Ns Ar PEERIDENTITY
34.Op Fl e Ar IDENTITY | Fl -ego= Ns Ar IDENTITY
35.Op Fl h | -help
36.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
37.Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
38.Op Fl p | -private
39.Op Fl r Ar ROOMKEY | Fl -room= Ns Ar ROOMKEY
40.Op Fl v | -version
41.Sh DESCRIPTION
42.Nm
43is a command line tool to connect to rooms using the MESSENGER service to chat.
44.Sh OPTIONS
45.Bl -tag -width indent
46.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
47Use the specified configuration file
48.Ar FILENAME .
49.It Fl d Ar PEERIDENTITY | Fl -did= Ns Ar PEERIDENTITY
50peer identity to entry into the room.
51.It Fl e Ar IDENTITY | Fl -ego= Ns Ar IDENTITY
52identity to use for messaging
53.It Fl h | -help
54Print short help on options.
55.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
56Use LOGLEVEL for logging.
57Valid values are DEBUG, INFO, WARNING and ERROR.
58.It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
59Configure logging to write logs to
60.Ar LOGFILE .
61.It Fl p | -private
62flag to enable private mode.
63.It Fl r Ar ROOMKEY | Fl -room= Ns Ar ROOMKEY
64key of the room to connect to.
65.It Fl v | -version
66Print GNUnet version number.
67.El
68.Sh SEE ALSO
69The full documentation for gnunet is maintained as a Texinfo manual.
70If the
71.Xr info 1
72and gnunet programs are properly installed at your site, the command
73.Pp
74.Dl info gnunet
75.Pp
76should give you access to the complete handbook.
77.sp
78.\".Sh HISTORY
79.\".Sh AUTHORS
80.Sh BUGS
81Report bugs by using
82.Lk https://bugs.gnunet.org
83or by sending electronic mail to
84.Aq Mt gnunet-developers@gnu.org .