|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_signed_msg(self,
msg,
callback=None)
Returns the signed message if possible or an empty string if gpg is not
used or None if waiting for passphrase |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| _prepare_message(self,
jid,
msg,
keyID,
type_='chat',
subject='',
chatstate=None,
msg_id=None,
composing_xep=None,
resource=None,
user_nick=None,
xhtml=None,
session=None,
forward_from=None,
form_node=None,
label=None,
original_message=None,
delayed=None,
callback=None) |
source code
|
|
|
|
| _message_encrypted_cb(self,
output,
type_,
msg,
msgtxt,
original_message,
fjid,
resource,
jid,
xhtml,
subject,
chatstate,
msg_id,
composing_xep,
label,
forward_from,
delayed,
session,
form_node,
user_nick,
keyID,
callback) |
source code
|
|
|
|
| _on_continue_message(self,
type_,
msg,
msgtxt,
original_message,
fjid,
resource,
jid,
xhtml,
subject,
msgenc,
keyID,
chatstate,
msg_id,
composing_xep,
label,
forward_from,
delayed,
session,
form_node,
user_nick,
callback) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
request_last_status_time(self,
jid,
resource,
groupchat_jid=None)
groupchat_jid is used when we want to send a request to a real jid and
act as if the answer comes from the groupchat_jid |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|