|
|
__init__(self,
con,
weinitiate,
jid,
sid=None)
con -- connection object,
weinitiate -- boolean, are we the initiator?
jid - jid of the other entity |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove_content(self,
creator,
name,
reason=None)
Remove the content name created by creator
by sending content-remove, or by sending session-terminate if
there is no content left. |
source code
|
|
|
|
|
|
|
|
|
|
is_ready(self)
Return True when all codecs and candidates are ready (for all contents) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__ack(self,
stanza,
jingle,
error,
action)
Default callback for action stanzas -- simple ack and stop processing |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__broadcast(self,
stanza,
jingle,
error,
action)
Broadcast the stanza contents to proper content handlers |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__append_content(self,
jingle,
content)
Append <content/> element to <jingle/> element, with (full=True) or
without (full=False) <content/> children |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|