1gajim-remote(1) Manual gajim-remote(1)
2
3
4
6 gajim-remote - a remote control utility for gajim(1)
7
9 gajim-remote -h
10 gajim-remote command [arguments ...]
11
13 gajim-remote is an application to control and communicate with a run‐
14 ning instance of gajim(1) via dbus.
15
17 -h, --help
18 Display the help
19
20 --app-id APP_ID
21 The application id of the running gajim(1) instance
22
24 list_contacts account
25 Get all roster contacts
26
27 list_accounts
28 Get the list of accounts
29
30 change_status {offline,online,away,xa,dnd} message account
31 Change the status
32
33 send_chat_message address message account
34 Send a chat message to a contact
35
36 send_groupchat_message address message account
37 Send a chat message to a group chat
38
39 account_info account
40 Get account details
41
42 get_status account
43 Get the current status
44
45 get_status_message account
46 Get the current status message
47
48 get_unread_msgs_number
49 Get the unread message count
50
52 Please submit bugs at https://dev.gajim.org/gajim/gajim/issues.
53
55 You are welcome to join us at xmpp:gajim@conference.gajim.org?join.
56
58 gajim is free software; you can redistribute it and/or modify it under
59 the terms of the GNU General Public License as published by the Free
60 Software Foundation; version 3 only.
61
62 gajim is distributed in the hope that it will be useful, but WITHOUT
63 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
64 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
65 for more details.
66
68 Philipp Hörist, Yann Leboulanger.
69
70
71
72 August 2022 gajim-remote(1)