Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gajim-remote.1 « data - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55b99e217d9b559783fd376b5131899075318d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "gajim-remote" "1" "August 2022" "" "Manual"
.hy
.SH NAME
.PP
gajim-remote - a remote control utility for \f[B]gajim\f[R](1)
.SH SYNOPSIS
.PP
gajim-remote -h
.PD 0
.P
.PD
gajim-remote \f[I]command\f[R] [arguments \&...]
.SH DESCRIPTION
.PP
gajim-remote is an application to control and communicate with a running
instance of \f[B]gajim\f[R](1) via dbus.
.SH OPTIONS
.TP
\f[V]-h, --help\f[R]
Display the help
.TP
\f[V]--app-id\f[R] APP_ID
The application id of the running \f[B]gajim\f[R](1) instance
.SH COMMANDS
.TP
\f[V]list_contacts\f[R] account
Get all roster contacts
.TP
\f[V]list_accounts\f[R]
Get the list of accounts
.TP
\f[V]change_status\f[R] {offline,online,away,xa,dnd} message account
Change the status
.TP
\f[V]send_chat_message\f[R] address message account
Send a chat message to a contact
.TP
\f[V]send_groupchat_message\f[R] address message account
Send a chat message to a group chat
.TP
\f[V]account_info\f[R] account
Get account details
.TP
\f[V]get_status\f[R] account
Get the current status
.TP
\f[V]get_status_message\f[R] account
Get the current status message
.TP
\f[V]get_unread_msgs_number\f[R]
Get the unread message count
.SH BUGS
.PP
Please submit bugs at https://dev.gajim.org/gajim/gajim/issues.
.SH SUPPORT
.PP
You are welcome to join us at xmpp:gajim\[at]conference.gajim.org?join.
.SH COPYRIGHT
.PP
gajim is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; version 3 only.
.PP
gajim is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
.SH AUTHORS
Philipp H\[:o]rist, Yann Leboulanger.