Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes issue #194
|
|
properly closing the stream.
|
|
|
|
|
|
|
|
|
|
The use of <nick /> elements in MUCs is now discouraged in XEP-0172, however.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes issue #191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The scheduler class is now capable with dealing with tasks which remove
themselves from the scheduler during execution.
Additionally, some optimizations were applied by use of iterators and
some functions better suited for the purpose.
Please peer-review, all tests pass.
|
|
|
|
This makes updating the config after plugin initialization much easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before: Not specifying the groups, name, etc would remove them from the
roster entry.
After: Any parameters not specified are populated with the current
roster entry's values.
|
|
CDATA escaping is disabled by default, but may be enabled by setting:
self.use_cdata = True
Closes issue #114
|
|
This will make it easier to enable gevent support.
|
|
|
|
|
|
|