sm - Man Page
Jabber IM session manager
Examples (TL;DR)
- Display a message in full-screen:
sm "Hello World!"
- Display a message with inverted colors:
sm -i "Hello World!"
- Display a message with a custom foreground color:
sm -f blue "Hello World!"
- Display a message with a custom background color:
sm -b #008888 "Hello World!"
- Display a message rotated 3 times (in steps of 90 degrees, counterclockwise):
sm -r 3 "Hello World!"
- Display a message using the output from another command:
echo "Hello World!" | sm -
Synopsis
Description
sm provides instant messaging services to Jabber clients. It performs all the essential instant messaging services like rosters, presence tracking, message distribution and subscriptions, plus more advanced features.
Options
- -h
Show summary of options.
- -c
Alternate configuration file to use. The compiled-in default is /etc/jabberd/sm.xml.
- -D
Print debugging output. You should configure jabberd with the --enable-debug switch to enable this.
See Also
Author
Robert Norris <rob@cataclysm.cx>
Referenced By
c2s(8), jabberd(8), router(8), s2s(8).
28 August 2003 2.6.1 jabberd project