This docstring is not be visible, because the clients can access only the
remote object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raise_signal(self,
signal,
arg)
Raise a signal, with a single argument of unspecified type Instead of
obj.raise_signal("Foo", bar), use obj.Foo(bar) |
source code
|
|
|
|
get_status(self,
account)
Return status (show to be exact) which is the global one unless account is
given |
source code
|
|
|
|
|
|
|
|
|
|
_get_account_for_groupchat(self,
account,
room_jid)
Get the account which is connected to groupchat (if not given)
or check if the given account is connected to the groupchat |
source code
|
|
|
|
send_file(self,
file_path,
jid,
account)
Send file, located at 'file_path' to 'jid', using account (optional)
'account' |
source code
|
|
|
|
_send_message(self,
jid,
message,
keyID,
account,
type_='chat',
subject=None)
Can be called from send_chat_message (default when send_message) or
send_single_message |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
open_chat(self,
jid,
account,
message)
Shows the tabbed window for new message to 'jid', using account (optional)
'account' |
source code
|
|
|
|
change_status(status,
message,
account)
Account is optional - if not
specified status is changed for all accounts |
source code
|
|
|
|
set_priority(prio,
account)
Account is optional - if not specified
priority is changed for all accounts. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_get_real_jid(self,
jid,
account=None)
Get the real jid from the given one: removes xmpp: or get jid from nick if
account is specified, search only in this account |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|