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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-21 16:35:06 +0300
committerlovetox <philipp@hoerist.com>2022-08-21 17:47:05 +0300
commitd8d3999a46a3a2832720541cc328cb896994f35f (patch)
treec219cf64ee0daf62699a20197e0799c072f2772e /data/gajim-remote.1.md
parentca5f740cd7c198309c3929a27f57277fde22795a (diff)
chore: Update man pages
Move man page creation to markdown syntax. This allows for easier editing than groff syntax.
Diffstat (limited to 'data/gajim-remote.1.md')
-rw-r--r--data/gajim-remote.1.md72
1 files changed, 72 insertions, 0 deletions
diff --git a/data/gajim-remote.1.md b/data/gajim-remote.1.md
new file mode 100644
index 000000000..caf64e276
--- /dev/null
+++ b/data/gajim-remote.1.md
@@ -0,0 +1,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.