-remove debug message
[oweals/gnunet.git] / doc / man / gnunet-conversation.1
1 .\" This file is part of GNUnet.
2 .\" Copyright (C) 2001-2019 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 October 5, 2013
25 .Dt GNUNET-CONVERSATION 1
26 .Os
27 .Sh NAME
28 .Nm gnunet-conversation
29 .Nd have a conversation with your peers
30 .Sh SYNOPSIS
31 .Nm
32 .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
33 .Op Fl e Ar NAME | Fl -ego= Ns Ar NAME
34 .Op Fl h | -help
35 .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
36 .Op Fl p Ar LINE | Fl -phone= Ns Ar LINE
37 .Op Fl v | -version
38 .Ao Ar URI Ac
39 .Sh DESCRIPTION
40 .Nm
41 can be used to have a conversation with other GNUnet users.
42 You can make calls and receive incoming calls.
43 You need to setup an ego using gnunet-identity first.
44 For others to be able to call you, you must add a PHONE record to your zone in the GNU Name System (using gnunet-namestore).
45 gnunet-conversation has an interactive help system via the /help command.
46 .Bl -tag -width indent
47 .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
48 Use the configuration file FILENAME.
49 .It Fl e Ar NAME | Fl -ego= Ns Ar NAME
50 Specifies the NAME of the ego to use (for caller ID).
51 .It Fl h | -help
52 Print short help on options.
53 .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
54 Use LOGLEVEL for logging.
55 Valid values are DEBUG, INFO, WARNING and ERROR.
56 .It Fl p Ar LINE | Fl -phone= Ns Ar LINE
57 Optional argument that can be used to specify the phone LINE to be used with the conversation service.
58 The default LINE is zero, which should be fine for most users.
59 .It Fl v | -version
60 Print GNUnet version number.
61 .El
62 .\".Sh EXAMPLES
63 .Sh SEE ALSO
64 .Xr gnunet-gns 1 ,
65 .Xr gnunet-identity 1 ,
66 .Xr gnunet-namestore 1
67 .sp
68 The full documentation for gnunet is maintained as a Texinfo manual.
69 If the
70 .Xr info 1
71 and gnunet programs are properly installed at your site, the command
72 .Pp
73 .Dl info gnunet
74 .Pp
75 should give you access to the complete handbook,
76 .Pp
77 .Dl info gnunet-c-tutorial
78 .Pp
79 will give you access to a tutorial for developers.
80 .sp
81 Depending on your installation, this information is also available in
82 .Xr gnunet 7 and
83 .Xr gnunet-c-tutorial 7 .
84 .\".Sh HISTORY
85 .\".Sh AUTHORS
86 .Sh BUGS
87 Report bugs by using
88 .Lk https://bugs.gnunet.org
89 or by sending electronic mail to
90 .Aq Mt gnunet-developers@gnu.org .