Age | Commit message (Collapse) | Author |
|
|
|
indicate whether the transition timed out or if you are actually locked when entering the context body
|
|
'with' statement, there's no way to tell whether or not the transition occurred or timed out.
|
|
|
|
Next step: atomic function calls (and maybe 'handlers') on state transition.
|
|
(cherry picked from commit e1b814f27bf160f20bb30c315ca30769d217482d)
|
|
|
|
|
|
|
|
|
|
test coverage
|
|
|
|
stanzas
|
|
|
|
basexmpp.send when using xml mask waiting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* added stanza.keys()
* stanza.getValues() now return substanzas and plugins
* stanza.setValues() now can read substanzas and plugins
* stanzas can now be iterable if stanza.subitem is set to a class
|