purple-send(1) User Commands purple-send(1)NAME
purple-send - calls purple API functions using DBus and prints the return value.
SYNOPSIS
purple-send method-name [type1:value1] [type2:value2] ...
DESCRIPTION
This program calls purple API functions using DBus and prints the return value. If you are not interested in the return value, use purple-
send-async. This shell script just invokes dbus-send, see man dbus-send for how to specify the parameters.
OPTIONS
Use dbus-viewer to get the list of supported functions and their parameters.
Here are some examples:
/usr/bin/purple-send PurpleAccountsFindConnected string: string:prpl-jabber
/usr/bin/purple-send PurpleAccountsGetAll
/usr/bin/purple-send PurpleCoreQuit
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-im-client |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO purple-remote(1), purple-send-async(1), purple-url-handler(1), attributes(5)
purple-send Manual, http://pidgin.im/
NOTES
Updated by Lei Ju, Sun Microsystems Inc., 2006, 2007.
SunOS 5.11 02 Apr 2008 purple-send(1)
Check Out this Related Man Page
purple-remote(1) User Commands purple-remote(1)NAME
purple-remote - Send remote commands to Pidgin/Finch
SYNOPSIS
purple-remote [-command1] [-command2] [-...]
DESCRIPTION
Send remote commands to Purple. This program uses DBus to communicate with Pidgin/Finch.
OPTIONS
Each command is of one of the three types:
[protocol:]commandname?param1=value1=value2&... FunctionName?param1=value1=value2&... FunctionName(value1,value2,...)
The second and third form are provided for completeness but their use is not recommended; use purple-send or purple-send-async instead. The
second form uses introspection to find out the parameter names and their types, therefore it is rather slow.
Here are some examples:
jabber:goim?screenname=testone@localhost=hi
jabber:gochat?room=TestRoom=conference.localhost
jabber:getinfo?screenname=testone@localhost
jabber:addbuddy?screenname=my friend
setstatus?status=away=don't disturb
quit
PurpleAccountsFindConnected?name==prpl-jabber
PurpleAccountFindConnected(,prpl-jabber)
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWgnome-cd |
+-----------------------------+-----------------------------+
|Interface stability |Volatile |
+-----------------------------+-----------------------------+
SEE ALSO purple-send(1), purple-send-async(1), purple-url-handler(1), attributes(5)
purple-remote Manual, http://pidgin.im/
NOTES
Updated by Lei Ju, Sun Microsystems Inc., 2006, 2007.
SunOS 5.11 02 Apr 2008 purple-remote(1)
Hi
can somebody send me the code for compare two date and run a shell script. following is the code which i actully want but I am getting errors.
regard
Jamil
. /opt/home/rep/.profile
#!/bin/sh
VALUE=`sqlplus -silent rep/Ndk38f7@dw <<END
set pagesize 0 feedback off verify off... (5 Replies)
Hello Every one,
I have a situation where I want to sftp the files to third part server and I came up with below script where in I am using "expect" utility for sftping the files.
.....................................................
#!/usr/local/bin/expect --
#
set timeout 120
set... (7 Replies)
Hi Experts,
I am running solris 9. Sun-Fire 880.
How do i shutdowon the whole server using ALOM i.e sc> console.
If the server is down or somehow hang How do i Restart from sc>
//purple (6 Replies)
Hi,
I have been trying to send a mail from a remote site using this script
To send the mail:
#!/bin/ksh
MAILTO="abc@xyz.com"
BACKUPDIR="/wls_domains/wli81_1/RHTEAM/OUTPUTBACKUP/"
#BACKUPDIR="../OUTPUTBACKUP/"
while ; do
print $1
uuencode $1 $1 | mail $MAILTO
... (3 Replies)
Hey, I've got a script using mailx to send an email to the user, but i'd like it if I could have it send the email sometime in the future, not right away. And by future, i mean like 1 minute in the future.
And I don't want it to halt the script in anyway. Perhaps there's a way to have it... (3 Replies)
Hi,
how to send the output of a command directly to a file. For eg: am issuing metastat -a. How to send the output of this command to a file as well as mail. (3 Replies)
This is my simple expect scritpt:
#!/usr/bin/expect -f
match_max 100000
set timeout -1
spawn telnet $IP
expect "#"
send -- "shell\r"
expect "*Ready*"
send -- "init\r"
expect "*Ready*"
send -- "readsensor \r"
expect -- "*" <<< Output of this is a 2 digit number
set val... (5 Replies)
howdy expert,
I have a big file arround 4 gb to ftp from a sun solaris server.
I would like to have script which will start copy the file though i close my working terminal.
regards,
purple (4 Replies)
Dear friends
I'm looking for a solution to log all commands that users do in my RedHat box, and send it out to other remote server,
Is there any guide for that
Thanks
---------- Post updated at 04:20 AM ---------- Previous update was at 03:47 AM ----------
I can think of something else
I... (7 Replies)
Hi, Guru
i had configure in my two server to send out the email.
One of the server able to send in the reasonable timing. but another not, it delay almost one day or two days but mostly not send at all.
below is the syslog when i try to send out the mail.
GOOD Server
Dec 28 11:29:39... (5 Replies)
Hi, I'd like to make a script where I can send a directory OR files as an argument, and compress them. My proble mis, I do know how to send a directory, but I do not know what to do if there are more than 1 file, I mean I can store the directory in $1, but how do I store 4 files? must I write $1,... (3 Replies)
Hi I have the following 'atd' batch script to send mail to a windows (outlook) system:
....
....
LESSOPEN=\|/usr/bin/lesspipe.sh\ %s; export LESSOPEN
G_BROKEN_FILENAMES=1; export G_BROKEN_FILENAMES
cd /root/bin || {
echo 'Execution directory inaccessible' >&2
exit 1
}... (3 Replies)
Hi,
Im looking to write a script to check if a file exists and if it doesnt then send an email out, Ive found the below code but I don't understand the ! in the if statement can anyone explain?
Any help will be much appreciated
#!/bin/bash
if
then
echo "File not exists" |... (10 Replies)
I want to send the content in same format as it is in file.
#!/bin/sh
cat /usr/test/abc > /usr/test/abc/file
if
then
MAILTO=test@yahoo.com
CONTENT="/usr/test/abc/file"
(
echo "Subject: TEST "
echo "MIME-Version: 1.0"
echo "Content-Type: text/html"
cat $CONTENT
) |... (7 Replies)
Hello :)
I need help to automate an auto type "OK" to the below purple window:
command:
apt-get remove --purge resolvconf -y
Ouput:
https://image.noelshack.com/fichiers/2018/20/1/1526307688-capturea.png
I thought this below command could worked, but no :(
echo -en "\n" | apt-get... (5 Replies)