2005-08-01 17:38:00 +02:00
|
|
|
#!/bin/sh
|
|
|
|
''':'
|
|
|
|
exec python -OOt "$0" ${1+"$@"}
|
|
|
|
' '''
|
2005-08-01 17:23:45 +02:00
|
|
|
## scripts/gajim-remote.py
|
|
|
|
##
|
2005-12-09 18:15:30 +01:00
|
|
|
## Contributors for this file:
|
2005-08-01 17:23:45 +02:00
|
|
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
|
|
|
## - Nikos Kouremenos <kourem@gmail.com>
|
|
|
|
## - Dimitur Kirov <dkirov@gmail.com>
|
|
|
|
##
|
2005-12-10 00:30:28 +01:00
|
|
|
## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
|
|
|
|
## Vincent Hanquez <tab@snarc.org>
|
|
|
|
## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
|
|
|
|
## Vincent Hanquez <tab@snarc.org>
|
|
|
|
## Nikos Kouremenos <nkour@jabber.org>
|
|
|
|
## Dimitur Kirov <dkirov@gmail.com>
|
|
|
|
## Travis Shirk <travis@pobox.com>
|
|
|
|
## Norman Rasmussen <norman@rasmussen.co.za>
|
2005-08-01 17:23:45 +02:00
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published
|
|
|
|
## by the Free Software Foundation; version 2 only.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
|
|
|
# gajim-remote help will show you the DBUS API of Gajim
|
|
|
|
|
|
|
|
import sys
|
2006-02-09 00:51:46 +01:00
|
|
|
import locale
|
2005-08-01 17:23:45 +02:00
|
|
|
import signal
|
|
|
|
signal.signal(signal.SIGINT, signal.SIG_DFL) # ^C exits the application
|
2005-11-19 19:07:17 +01:00
|
|
|
import traceback
|
2006-02-09 00:51:46 +01:00
|
|
|
import gobject
|
2005-08-01 17:23:45 +02:00
|
|
|
|
2005-12-01 18:16:53 +01:00
|
|
|
from common import exceptions
|
2005-09-04 13:33:14 +02:00
|
|
|
from common import i18n
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
_ = i18n._
|
|
|
|
i18n.init()
|
|
|
|
|
2006-02-14 19:44:51 +01:00
|
|
|
PREFERRED_ENCODING = locale.getpreferredencoding()
|
|
|
|
|
2005-09-04 12:03:29 +02:00
|
|
|
def send_error(error_message):
|
2006-02-14 19:44:51 +01:00
|
|
|
'''Writes error message to stderr and exits'''
|
|
|
|
print >> sys.stderr, error_message.encode(PREFERRED_ENCODING)
|
|
|
|
sys.exit()
|
2005-09-06 15:17:10 +02:00
|
|
|
|
2005-08-01 17:23:45 +02:00
|
|
|
try:
|
|
|
|
import dbus
|
|
|
|
except:
|
2005-12-01 18:16:53 +01:00
|
|
|
raise exceptions.DbusNotSupported
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
_version = getattr(dbus, 'version', (0, 20, 0))
|
|
|
|
if _version[1] >= 41:
|
|
|
|
import dbus.service
|
|
|
|
import dbus.glib
|
|
|
|
|
|
|
|
OBJ_PATH = '/org/gajim/dbus/RemoteObject'
|
|
|
|
INTERFACE = 'org.gajim.dbus.RemoteInterface'
|
|
|
|
SERVICE = 'org.gajim.dbus'
|
|
|
|
BASENAME = 'gajim-remote'
|
|
|
|
|
2006-02-14 19:44:51 +01:00
|
|
|
|
2005-08-01 17:23:45 +02:00
|
|
|
class GajimRemote:
|
|
|
|
|
|
|
|
def __init__(self):
|
|
|
|
self.argv_len = len(sys.argv)
|
|
|
|
# define commands dict. Prototype :
|
|
|
|
# {
|
|
|
|
# 'command': [comment, [list of arguments] ]
|
|
|
|
# }
|
|
|
|
#
|
|
|
|
# each argument is defined as a tuple:
|
|
|
|
# (argument name, help on argument, is mandatory)
|
|
|
|
#
|
|
|
|
self.commands = {
|
|
|
|
'help':[
|
2005-11-30 16:26:08 +01:00
|
|
|
_('shows a help on specific command'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-09-17 14:18:47 +02:00
|
|
|
#User gets help for the command, specified by this parameter
|
|
|
|
(_('command'),
|
2005-08-09 15:39:31 +02:00
|
|
|
_('show help on command'), False)
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
|
|
|
],
|
|
|
|
'toggle_roster_appearance' : [
|
|
|
|
_('Shows or hides the roster window'),
|
|
|
|
[]
|
|
|
|
],
|
|
|
|
'show_next_unread': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Popups a window with the next unread message'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[]
|
|
|
|
],
|
|
|
|
'list_contacts': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Prints a list of all contacts in the roster. Each contact appear on a separate line'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('show only contacts of the given account'), False)
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
],
|
|
|
|
'list_accounts': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Prints a list of registered accounts'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[]
|
|
|
|
],
|
|
|
|
'change_status': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Changes the status of account or accounts'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('status'), _('one of: offline, online, chat, away, xa, dnd, invisible '), True),
|
2005-08-01 17:23:45 +02:00
|
|
|
(_('message'), _('status message'), False),
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('change status of account "account". '
|
|
|
|
'If not specified, try to change status of all accounts that have '
|
|
|
|
'"sync with global status" option set'), False)
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
|
|
|
],
|
|
|
|
'open_chat': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Shows the chat dialog so that you can send messages to a contact'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
('jid', _('JID of the contact that you want to chat with'),
|
2005-08-01 17:23:45 +02:00
|
|
|
True),
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('if specified, contact is taken from the '
|
|
|
|
'contact list of this account'), False)
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
|
|
|
],
|
|
|
|
'send_message':[
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Sends new 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 \'\'.'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
('jid', _('JID of the contact that will receive the message'), True),
|
2005-08-01 17:23:45 +02:00
|
|
|
(_('message'), _('message contents'), True),
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('pgp key'), _('if specified, the message will be encrypted '
|
|
|
|
'using this public key'), False),
|
|
|
|
(_('account'), _('if specified, the message will be sent '
|
|
|
|
'using this account'), False),
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
|
|
|
],
|
|
|
|
'contact_info': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Gets detailed info on a contact'),
|
2005-08-01 17:23:45 +02:00
|
|
|
[
|
2005-08-19 13:33:58 +02:00
|
|
|
('jid', _('JID of the contact'), True)
|
2005-08-01 17:23:45 +02:00
|
|
|
]
|
2005-08-24 01:41:23 +02:00
|
|
|
],
|
2006-02-12 20:07:38 +01:00
|
|
|
'account_info': [
|
|
|
|
_('Gets detailed info on a account'),
|
|
|
|
[
|
|
|
|
('account', _('Name of the account'), True)
|
|
|
|
]
|
|
|
|
],
|
2005-08-24 01:41:23 +02:00
|
|
|
'send_file': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Sends file to a contact'),
|
2005-08-24 01:41:23 +02:00
|
|
|
[
|
|
|
|
(_('file'), _('File path'), True),
|
|
|
|
('jid', _('JID of the contact'), True),
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('if specified, file will be sent using this '
|
|
|
|
'account'), False)
|
2005-08-24 01:41:23 +02:00
|
|
|
]
|
2005-09-09 17:29:32 +02:00
|
|
|
],
|
|
|
|
'prefs_list': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Lists all preferences and their values'),
|
2005-09-09 17:29:32 +02:00
|
|
|
[ ]
|
|
|
|
],
|
|
|
|
'prefs_put': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Sets value of \'key\' to \'value\'.'),
|
2005-09-09 17:29:32 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('key=value'), _('\'key\' is the name of the preference, '
|
|
|
|
'\'value\' is the value to set it to'), True)
|
2005-09-09 17:29:32 +02:00
|
|
|
]
|
|
|
|
],
|
|
|
|
'prefs_del': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Deletes a preference item'),
|
2005-09-09 17:29:32 +02:00
|
|
|
[
|
|
|
|
(_('key'), _('name of the preference to be deleted'), True)
|
|
|
|
]
|
|
|
|
],
|
|
|
|
'prefs_store': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Writes the current state of Gajim preferences to the .config '
|
|
|
|
'file'),
|
2005-09-09 17:29:32 +02:00
|
|
|
[ ]
|
2005-09-10 00:22:05 +02:00
|
|
|
],
|
|
|
|
'remove_contact': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Removes contact from roster'),
|
2005-09-10 00:22:05 +02:00
|
|
|
[
|
|
|
|
('jid', _('JID of the contact'), True),
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('if specified, contact is taken from the '
|
|
|
|
'contact list of this account'), False)
|
2005-09-10 00:22:05 +02:00
|
|
|
|
|
|
|
]
|
|
|
|
],
|
|
|
|
'add_contact': [
|
2005-11-30 16:26:08 +01:00
|
|
|
_('Adds contact to roster'),
|
2005-09-10 00:22:05 +02:00
|
|
|
[
|
2005-11-30 16:26:08 +01:00
|
|
|
(_('account'), _('Adds new contact to this account.'), True)
|
2005-09-10 00:22:05 +02:00
|
|
|
]
|
2005-11-30 16:26:08 +01:00
|
|
|
],
|
|
|
|
|
|
|
|
'get_status': [
|
2005-11-30 17:17:06 +01:00
|
|
|
_('Returns current status (the global one unless account is specified)'),
|
2005-11-30 16:26:08 +01:00
|
|
|
[
|
2005-11-30 17:17:06 +01:00
|
|
|
(_('account'), _(''), False)
|
2005-11-30 16:26:08 +01:00
|
|
|
]
|
|
|
|
],
|
2005-12-30 22:37:36 +01:00
|
|
|
|
|
|
|
'get_status_message': [
|
|
|
|
_('Returns current status message(the global one unless account is specified)'),
|
|
|
|
[
|
|
|
|
(_('account'), _(''), False)
|
|
|
|
]
|
|
|
|
],
|
2006-02-20 18:25:26 +01:00
|
|
|
|
|
|
|
'get_unread_msgs_number': [
|
|
|
|
_('Returns number of unreaded messages'),
|
|
|
|
[ ]
|
|
|
|
],
|
2005-08-01 17:23:45 +02:00
|
|
|
}
|
|
|
|
if self.argv_len < 2 or \
|
|
|
|
sys.argv[1] not in self.commands.keys(): # no args or bad args
|
2005-09-04 12:03:29 +02:00
|
|
|
send_error(self.compose_help())
|
2005-08-01 17:23:45 +02:00
|
|
|
self.command = sys.argv[1]
|
|
|
|
if self.command == 'help':
|
|
|
|
if self.argv_len == 3:
|
2006-02-14 19:44:51 +01:00
|
|
|
print self.help_on_command(sys.argv[2]).encode(PREFERRED_ENCODING)
|
2005-08-01 17:23:45 +02:00
|
|
|
else:
|
2006-02-14 19:44:51 +01:00
|
|
|
print self.compose_help().encode(PREFERRED_ENCODING)
|
2005-08-01 17:23:45 +02:00
|
|
|
sys.exit()
|
|
|
|
|
|
|
|
self.init_connection()
|
2005-07-21 23:00:18 +02:00
|
|
|
self.check_arguments()
|
2005-07-26 17:04:40 +02:00
|
|
|
|
2005-08-01 17:23:45 +02:00
|
|
|
if self.command == 'contact_info':
|
|
|
|
if self.argv_len < 3:
|
2005-09-04 12:03:29 +02:00
|
|
|
send_error(_('Missing argument "contact_jid"'))
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
res = self.call_remote_method()
|
2005-07-26 17:04:40 +02:00
|
|
|
self.print_result(res)
|
|
|
|
|
|
|
|
def print_result(self, res):
|
|
|
|
''' Print retrieved result to the output '''
|
|
|
|
if res is not None:
|
2005-10-27 15:15:03 +02:00
|
|
|
if self.command in ('open_chat', 'send_message'):
|
2005-07-26 17:04:40 +02:00
|
|
|
if self.command == 'send_message':
|
|
|
|
self.argv_len -= 2
|
|
|
|
|
2005-09-07 23:12:30 +02:00
|
|
|
if res is False:
|
2005-07-26 17:04:40 +02:00
|
|
|
if self.argv_len < 4:
|
2005-11-30 16:26:08 +01:00
|
|
|
send_error(_('\'%s\' is not in your roster.\n'
|
|
|
|
'Please specify account for sending the message.') % sys.argv[2])
|
2005-07-26 17:04:40 +02:00
|
|
|
else:
|
2005-09-04 12:03:29 +02:00
|
|
|
send_error(_('You have no active account'))
|
2005-07-26 17:04:40 +02:00
|
|
|
elif self.command == 'list_accounts':
|
2005-08-26 14:35:00 +02:00
|
|
|
if isinstance(res, list):
|
2005-07-26 17:04:40 +02:00
|
|
|
for account in res:
|
2006-02-27 18:14:41 +01:00
|
|
|
print account.encode(PREFERED_ENCODING)
|
2006-02-12 20:07:38 +01:00
|
|
|
elif self.command == 'account_info':
|
|
|
|
if res:
|
2006-02-18 09:59:32 +01:00
|
|
|
print self.print_info(0, res, True)
|
2005-07-26 17:04:40 +02:00
|
|
|
elif self.command == 'list_contacts':
|
2006-02-18 09:59:32 +01:00
|
|
|
for account_dict in res:
|
|
|
|
print self.print_info(0, account_dict, True)
|
2005-09-09 17:29:32 +02:00
|
|
|
elif self.command == 'prefs_list':
|
2006-02-18 09:59:32 +01:00
|
|
|
pref_keys = res.keys()
|
2005-09-09 17:29:32 +02:00
|
|
|
pref_keys.sort()
|
|
|
|
for pref_key in pref_keys:
|
2006-02-27 18:14:41 +01:00
|
|
|
result = '%s = %s' % (pref_key, res[pref_key])
|
|
|
|
print result.encode(PREFERRED_ENCODING)
|
2006-02-18 09:59:32 +01:00
|
|
|
elif self.command == 'contact_info':
|
|
|
|
print self.print_info(0, res, True)
|
2005-07-26 17:04:40 +02:00
|
|
|
elif res:
|
2006-02-27 18:14:41 +01:00
|
|
|
print unicode(res).encode(PREFERRED_ENCODING)
|
2005-07-26 17:04:40 +02:00
|
|
|
|
|
|
|
def init_connection(self):
|
|
|
|
''' create the onnection to the session dbus,
|
|
|
|
or exit if it is not possible '''
|
|
|
|
try:
|
|
|
|
self.sbus = dbus.SessionBus()
|
|
|
|
except:
|
2005-12-01 18:16:53 +01:00
|
|
|
raise exceptions.SessionBusNotPresent
|
2005-07-26 17:04:40 +02:00
|
|
|
|
2005-09-04 13:24:34 +02:00
|
|
|
if _version[1] >= 30:
|
2005-08-12 01:20:24 +02:00
|
|
|
obj = self.sbus.get_object(SERVICE, OBJ_PATH)
|
|
|
|
interface = dbus.Interface(obj, INTERFACE)
|
2005-07-26 17:04:40 +02:00
|
|
|
elif _version[1] < 30:
|
|
|
|
self.service = self.sbus.get_service(SERVICE)
|
2005-08-12 01:20:24 +02:00
|
|
|
interface = self.service.get_object(OBJ_PATH, INTERFACE)
|
2005-07-26 17:04:40 +02:00
|
|
|
else:
|
2005-09-06 15:17:10 +02:00
|
|
|
send_error(_('Unknown D-Bus version: %s') % _version[1])
|
2005-08-12 01:20:24 +02:00
|
|
|
|
2005-07-26 17:04:40 +02:00
|
|
|
# get the function asked
|
2005-08-12 01:20:24 +02:00
|
|
|
self.method = interface.__getattr__(self.command)
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
def make_arguments_row(self, args):
|
|
|
|
''' return arguments list. Mandatory arguments are enclosed with:
|
|
|
|
'<', '>', optional arguments - with '[', ']' '''
|
|
|
|
str = ''
|
|
|
|
for argument in args:
|
|
|
|
str += ' '
|
|
|
|
if argument[2]:
|
|
|
|
str += '<'
|
|
|
|
else:
|
|
|
|
str += '['
|
|
|
|
str += argument[0]
|
|
|
|
if argument[2]:
|
|
|
|
str += '>'
|
|
|
|
else:
|
|
|
|
str += ']'
|
|
|
|
return str
|
|
|
|
|
|
|
|
def help_on_command(self, command):
|
|
|
|
''' return help message for a given command '''
|
|
|
|
if command in self.commands:
|
|
|
|
command_props = self.commands[command]
|
|
|
|
arguments_str = self.make_arguments_row(command_props[1])
|
2006-02-12 17:04:45 +01:00
|
|
|
str = _('Usage: %s %s %s \n\t %s') % (BASENAME, command,
|
|
|
|
arguments_str, command_props[0])
|
2005-09-09 17:29:32 +02:00
|
|
|
if len(command_props[1]) > 0:
|
2006-02-12 17:04:45 +01:00
|
|
|
str += '\n\n' + _('Arguments:') + '\n'
|
2005-09-09 17:29:32 +02:00
|
|
|
for argument in command_props[1]:
|
|
|
|
str += ' ' + argument[0] + ' - ' + argument[1] + '\n'
|
2005-08-01 17:23:45 +02:00
|
|
|
return str
|
2005-09-04 12:03:29 +02:00
|
|
|
send_error(_('%s not found') % command)
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
def compose_help(self):
|
|
|
|
''' print usage, and list available commands '''
|
|
|
|
str = _('Usage: %s command [arguments]\nCommand is one of:\n' ) % BASENAME
|
2005-09-09 17:29:32 +02:00
|
|
|
commands = self.commands.keys()
|
|
|
|
commands.sort()
|
|
|
|
for command in commands:
|
2005-08-01 17:23:45 +02:00
|
|
|
str += ' ' + command
|
|
|
|
for argument in self.commands[command][1]:
|
|
|
|
str += ' '
|
|
|
|
if argument[2]:
|
|
|
|
str += '<'
|
|
|
|
else:
|
|
|
|
str += '['
|
|
|
|
str += argument[0]
|
|
|
|
if argument[2]:
|
|
|
|
str += '>'
|
|
|
|
else:
|
|
|
|
str += ']'
|
|
|
|
str += '\n'
|
|
|
|
return str
|
|
|
|
|
2006-02-18 09:59:32 +01:00
|
|
|
def print_info(self, level, prop_dict, encode_return = False):
|
|
|
|
''' return formated string from data structure '''
|
2006-02-12 16:33:45 +01:00
|
|
|
if prop_dict is None or not isinstance(prop_dict, (dict, list, tuple)):
|
2005-08-01 17:23:45 +02:00
|
|
|
return ''
|
2005-07-26 17:04:40 +02:00
|
|
|
ret_str = ''
|
2006-02-12 16:33:45 +01:00
|
|
|
if isinstance(prop_dict, (list, tuple)):
|
2005-07-26 17:04:40 +02:00
|
|
|
ret_str = ''
|
|
|
|
spacing = ' ' * level * 4
|
|
|
|
for val in prop_dict:
|
|
|
|
if val is None:
|
|
|
|
ret_str +='\t'
|
2006-02-18 09:59:32 +01:00
|
|
|
elif isinstance(val, int):
|
2005-07-26 17:04:40 +02:00
|
|
|
ret_str +='\t' + str(val)
|
2006-02-18 09:59:32 +01:00
|
|
|
elif isinstance(val, (str, unicode)):
|
2006-02-12 17:04:45 +01:00
|
|
|
ret_str +='\t' + val
|
2006-02-12 16:33:45 +01:00
|
|
|
elif isinstance(val, (list, tuple)):
|
2005-07-26 17:04:40 +02:00
|
|
|
res = ''
|
|
|
|
for items in val:
|
|
|
|
res += self.print_info(level+1, items)
|
|
|
|
if res != '':
|
|
|
|
ret_str += '\t' + res
|
2006-02-09 01:00:17 +01:00
|
|
|
elif isinstance(val, dict):
|
2005-09-06 15:17:10 +02:00
|
|
|
ret_str += self.print_info(level+1, val)
|
2005-07-26 17:04:40 +02:00
|
|
|
ret_str = '%s(%s)\n' % (spacing, ret_str[1:])
|
2005-08-26 14:35:00 +02:00
|
|
|
elif isinstance(prop_dict, dict):
|
2005-08-01 17:23:45 +02:00
|
|
|
for key in prop_dict.keys():
|
|
|
|
val = prop_dict[key]
|
|
|
|
spacing = ' ' * level * 4
|
2006-02-12 16:33:45 +01:00
|
|
|
if isinstance(val, (unicode, int, str)):
|
2005-08-01 17:23:45 +02:00
|
|
|
if val is not None:
|
|
|
|
val = val.strip()
|
|
|
|
ret_str += '%s%-10s: %s\n' % (spacing, key, val)
|
2006-02-12 16:33:45 +01:00
|
|
|
elif isinstance(val, (list, tuple)):
|
2005-08-01 17:23:45 +02:00
|
|
|
res = ''
|
|
|
|
for items in val:
|
|
|
|
res += self.print_info(level+1, items)
|
|
|
|
if res != '':
|
|
|
|
ret_str += '%s%s: \n%s' % (spacing, key, res)
|
2005-08-26 14:35:00 +02:00
|
|
|
elif isinstance(val, dict):
|
2005-08-01 17:23:45 +02:00
|
|
|
res = self.print_info(level+1, val)
|
|
|
|
if res != '':
|
|
|
|
ret_str += '%s%s: \n%s' % (spacing, key, res)
|
2006-02-18 09:59:32 +01:00
|
|
|
if (encode_return):
|
|
|
|
try:
|
|
|
|
ret_str = ret_str.encode(PREFERRED_ENCODING)
|
|
|
|
except:
|
|
|
|
pass
|
|
|
|
return ret_str
|
2005-08-01 17:23:45 +02:00
|
|
|
|
|
|
|
def check_arguments(self):
|
|
|
|
''' Make check if all necessary arguments are given '''
|
|
|
|
argv_len = self.argv_len - 2
|
|
|
|
args = self.commands[self.command][1]
|
|
|
|
if len(args) > argv_len:
|
|
|
|
if args[argv_len][2]:
|
2006-02-14 19:44:51 +01:00
|
|
|
send_error(_('Argument "%s" is not specified. \n'
|
|
|
|
'Type "%s help %s" for more info') %
|
|
|
|
(args[argv_len][0], BASENAME, self.command))
|
2005-08-01 17:23:45 +02:00
|
|
|
|
2005-07-21 23:00:18 +02:00
|
|
|
def call_remote_method(self):
|
2005-08-01 17:23:45 +02:00
|
|
|
''' calls self.method with arguments from sys.argv[2:] '''
|
2006-02-18 17:34:38 +01:00
|
|
|
args = sys.argv[2:]
|
2006-02-27 18:14:41 +01:00
|
|
|
if _version[1] <= 50:
|
2006-02-18 09:59:32 +01:00
|
|
|
# make console arguments unicode
|
2006-02-18 17:34:38 +01:00
|
|
|
args = [i.decode(PREFERRED_ENCODING) for i in sys.argv[2:]]
|
|
|
|
if _version[1] >= 41:
|
|
|
|
args = [dbus.String(i) for i in args]
|
|
|
|
else:
|
|
|
|
try:
|
|
|
|
args = [i.encode('utf-8') for i in args]
|
|
|
|
except:
|
|
|
|
pass
|
|
|
|
try:
|
2006-02-18 09:59:32 +01:00
|
|
|
res = self.method(*args)
|
2005-08-01 17:23:45 +02:00
|
|
|
return res
|
2006-02-18 09:59:32 +01:00
|
|
|
except Exception:
|
2005-12-01 18:16:53 +01:00
|
|
|
raise exceptions.ServiceNotAvailable
|
2005-08-01 17:23:45 +02:00
|
|
|
return None
|
|
|
|
|
2005-07-21 23:00:18 +02:00
|
|
|
if __name__ == '__main__':
|
|
|
|
GajimRemote()
|