annotate mcabber/doc/help/en/hlp_say_to.txt @ 2023:26edaf6ea10b

xmpp_setstatus: send presence to MUC rooms before the global presence It only matters (AFAICS) when going offline. We want the presence to be sent by mcabber and not by the server, especially if we're using PGP.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 30 Jul 2012 22:39:17 +0200
parents 6b8e35624cce
children 053fd04e5a4d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
1
1466
a8f07ba4daf2 Fix say_to help files
Mikael Berthe <mikael@lilotux.net>
parents: 1464
diff changeset
2 /SAY_TO [-n|-h] [-q] [-f file] jid text
904
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
3
9d11c1b1af7a English help files
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
4 Send the "text" message to the specified jid.
1929
6b8e35624cce Slight update of the say_to help file
Mikael Berthe <mikael@lilotux.net>
parents: 1924
diff changeset
5 Please note that you'll have to use a full jid with a resource identifier if you want to specify exactly where the message should go.
1924
57c352ed37f9 Update help/documentation
Mikael Berthe <mikael@lilotux.net>
parents: 1466
diff changeset
6 You can send a message to a specific resource of the currently selected contact by using /say_to ./resourcename message.
1464
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
7 The "-n" flag turns the message to "normal" type, "-h" to "headline". "--" can be used to send chat messages beginning with -n or -h.
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
8 When "-q" is used, the message will be sent in the background and will not change the current active window.
ec5d5a9fef76 Update help files
Mikael Berthe <mikael@lilotux.net>
parents: 1305
diff changeset
9 A text file can be provided with the "-f" switch (in which case there's no need to pass a text argument after the jid, of course).