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

gajim-remote.1.md « data - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf64e2763f63f255c2db2cea09f30335b3d0916 (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
% gajim-remote(1) | Manual
% Philipp Hörist, Yann Leboulanger
% August 2022

# NAME

gajim-remote - a remote control utility for **gajim**(1)

# SYNOPSIS

gajim-remote -h\
gajim-remote *command* [arguments ...]

# DESCRIPTION

gajim-remote is an application to control and communicate with a running instance of **gajim**(1) via dbus.

# OPTIONS

`-h, --help`
: Display the help

`--app-id` APP_ID
: The application id of the running **gajim**(1) instance

# COMMANDS

`list_contacts` account
: Get all roster contacts

`list_accounts`
: Get the list of accounts

`change_status` {offline,online,away,xa,dnd} message account
: Change the status

`send_chat_message` address message account
: Send a chat message to a contact

`send_groupchat_message` address message account
: Send a chat message to a group chat

`account_info` account
: Get account details

`get_status` account
: Get the current status

`get_status_message` account
: Get the current status message

`get_unread_msgs_number`
: Get the unread message count

# BUGS

Please submit bugs at https://dev.gajim.org/gajim/gajim/issues.

# SUPPORT

You are welcome to join us at xmpp:gajim@conference.gajim.org?join.

# COPYRIGHT

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.

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.