Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The use of <nick /> elements in MUCs is now discouraged in XEP-0172, however.
|
|
Conflicts:
sleekxmpp/thirdparty/__init__.py
|
|
Closes issue #191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes updating the config after plugin initialization much easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will make it easier to enable gevent support.
|
|
|
|
|
|
Now psi (and probably miranda) correctly receive delivery receipts.
|
|
|
|
|
|
Closes issue #184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All plugins may now simply define a session_bind method where disco
features and other actions which require the bound JID may be done.
|
|
To ensure that disco info, or any settings which depend on the bound
JID, are correct, only set such information on or after the
session_bound event has fired.
|
|
|
|
|