|
NAMEgajim-remote —
a remote control utility for
gajim(1)
SYNOPSIS
DESCRIPTIONgajim-remote is a script to control and communicate with
a running instance of
gajim(1)
by D-Bus.
OPTIONS
account_info ⟨account⟩Gets detailed info on a accountchange_status [status] [message] [account]Changes the status of account or accountscheck_gajim_runningCheck if Gajim is runningcontact_info ⟨jid⟩Gets detailed info on a contactget_status [account]Returns current status (the global one unless account is specified)get_status_message [account]Returns current status message (the global one unless account is specified)get_unread_msgs_numberReturns number of unread messageshelp [command]Shows a help on specific commandlist_accountsPrints a list of registered accountslist_contacts [account]Prints a list of all contacts in the roster. Each contact appears on a separate lineremove_contact ⟨jid⟩ [account]Removes contact from rostersend_chat_message ⟨jid⟩ ⟨message⟩ [PGP key] [account]Sends new chat message to a contact in the roster. Both OpenPGP key and account are optional. If you want to set only 'account', without 'OpenPGP key', just set 'OpenPGP key' to ''.send_file ⟨file⟩ ⟨jid⟩ [account]Sends file to a contactsend_groupchat_message ⟨room_jid⟩ ⟨message⟩ [account]Sends new message to a groupchat you've joined.send_single_message ⟨jid subject⟩ ⟨message⟩ [PGP key] [account]Sends new single message to a contact in the roster. Both OpenPGP key and account are optional. If you want to set only 'account', without 'OpenPGP key', just set 'OpenPGP key' to ''.send_xml ⟨xml⟩ [account]Sends custom XMLset_priority ⟨priority⟩ [account]Changes the priority of account or accountsshow_next_pending_eventPops up a window with the next pending eventtoggle_ipythonShows or hides the ipython windowtoggle_roster_appearanceShows or hides the roster windowEXAMPLESOpen a URI of group chat gajim$ gajim-remote handle_uri
xmpp:gajim@conference.gajim.org?join Send custom XML $ gajim-remote send_xml $(cat
filename.xml)
“your@jabber.id” AUTHORSgajim-remote is written and maintained by
Yann Leboulanger, and Denis
Fomin, with contributions and patches merged from many individuals
around the world. See files AUTHORS and
THANKS, for a complete list.
COPYRIGHTCopyright (C) 2003-2021 Gajim Team
You should have received a copy of the GNU General Public License
along with FEEDBACKYou can report bugs or feature requests in our bug tracker at https://dev.gajim.org/gajim/gajim/issues or in the gajim-devel mailing list; if you want to send us a patch, please do so in our bug tracker. You can also find us in our chat room.WWWhttps://www.gajim.org/XMPPYou are welcome to join us at gajim@conference.gajim.orgMAILING LISTBelow are public mailing lists on lists.gajim.orghttps://lists.gajim.org/cgi-bin/listinfo/gajim-devel https://lists.gajim.org/cgi-bin/listinfo/translators More mailing lists at https://lists.gajim.org/cgi-bin/listinfo BUGSPlease submit bugs at https://dev.gajim.org/gajim/gajim/issuesSEE ALSOgajim(1) gajim-history-manager(1)
Visit the GSP FreeBSD Man Page Interface. |