about summary refs log tree commit diff stats
path: root/helpexample.txt
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-26 00:17:16 +0100
committerJames Booth <boothj5@gmail.com>2015-07-26 00:17:16 +0100
commitcb7504e67f6d7e7a48dac96d7d2c6ef1a373873f (patch)
tree46b56656241007306cd6e5c6e98a5c3cedd98d3d /helpexample.txt
parentb33f4777d09077b6f3042bc46ed49cfdabfb86bb (diff)
downloadprofani-tty-cb7504e67f6d7e7a48dac96d7d2c6ef1a373873f.tar.gz
Moved remaining help to new format
Diffstat (limited to 'helpexample.txt')
-rw-r--r--helpexample.txt89
1 files changed, 0 insertions, 89 deletions
diff --git a/helpexample.txt b/helpexample.txt
deleted file mode 100644
index 4dc40169..00000000
--- a/helpexample.txt
+++ /dev/null
@@ -1,89 +0,0 @@
-ROSTER
-
-Synopsis:
-/roster
-/roster online 
-/roster show [offline|resource|empty]
-/roster hide [offline|resource|empty]
-/roster by group|presence|none
-/roster size <percent>
-/roster add <jid> [<nick>]
-/roster remove <jid>
-/roster remove_all contacts
-/roster nick <jid> <nick>
-/roster clearnick <jid>
-
-Description:
-Manage your roster, and roster display settings. Passing no arguments displays your roster.
-
-Arguments:
-online              : Show all online contacts in your roster.
-show                : Show the roster panel.
-show offline        : Show offline contacts in the roster panel.
-show resource       : Show contact's connected resources in the roster panel.
-show empty          : When grouping by presence, show empty presence groups
-hide                : Hide the roster panel.
-hide offline        : Hide offline contacts in the roster panel.
-hide resource       : Hide contact's connected resources in the roster panel.
-hide empty          : When grouping by presence, hide empty presence groups
-by group            : Group contacts in the roster panel by roster group.
-by presence         : Group contacts in the roster panel by presence.
-by none             : No grouping in the roster panel.
-size <precent>      : Percentage of the screen taken up by the roster (1-99).
-add <jid> [<nick>]  : Add a new item to the roster.
-remove <jid>        : Removes an item from the roster.
-remove_all contacts : Remove all items from roster.
-nick <jid> <nick>   : Change a contacts nickname.
-clearnick <jid>     : Removes the current nickname.
-
-Exmaples:
-/roster
-/roster add someone@contacts.org
-/roster add someone@contacts.org Buddy
-/roster remove someone@contacts.org
-/roster nick myfriend@chat.org My Friend
-/roster clearnick kai@server.com
-/roster size 15
-
-OTR
-
-Synopsis:
-/otr gen
-/otr myfp
-/otr theirfp
-/otr start [<contact>]
-/otr end
-/otr trust
-/otr untrust
-/otr log on|off|redact
-/otr warn on|off
-/otr libver
-/otr policy manual|opportunistic|always
-/otr secret <secret>
-/otr question <question> <answer>
-/otr answer <answer>
-
-Description:
-Off The Record message encryption commands.
-
-Arguments:
-gen                          : Generate your private key.
-myfp                         : Show your fingerprint.
-theirfp                      : Show contacts fingerprint.
-start                        : Start an OTR session with current recipient.
-start <contact>              : Start an OTR session with the contact.
-end                          : End the current OTR session.
-trust                        : Indicate that you have verified the contact's fingerprint.
-untrust                      : Indicate the the contact's fingerprint is not verified.
-log on                       : Enable plaintext logging of OTR messages.
-log off                      : Disable logging of OTR messages.
-log redact                   : Log OTR messages as [redacted], the default.
-warn on                      : Show in the titlebar when unencrypted messaging is being used.
-warn off                     : Show in the titlebar when unencrypted messaging is being used.
-libver                       : Show which version of the libotr library is being used.
-policy manual                : Set the global OTR policy.
-policy opportunistici        : Set the global OTR policy.
-policy always                : Set the global OTR policy.
-secret <secret>              : Verify a contacts identity using a shared secret.
-question <question> <answer> : Verify a contacts identity using a question and expected answer.
-answer <answer>              : Respond to a question answer verification request with your answer.