Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
There are still a few remaining items in the RFCs to add support for,
but the current plugin support matches the advanced client profile.
|
|
Registering this plugin will load the plugins required for advanced
client compliance status.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
sleekxmpp/basexmpp.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It does not auto-retrieve and store avatars yet, but everything is there
to do so.
|
|
|
|
Remaining items are suitable default actions for language supporting
interfaces.
|
|
|
|
|
|
|
|
Fixes issue #173
|
|
the socket of the Proxy thread.
|
|
|
|
Renamed the 'q' plugin_attrib of the Socks5 stanza to 'socks'.
|
|
name = 'xep_0065'
|
|
In-Band bytestreams -> Socks5 bytestreams
|
|
Updated the LICENSE file with the license of the Socksipy
module (New-BSD).
|
|
|
|
|
|
|
|
sockets).
To send data over a stream, we need to pass the SID in order to
retrieve the good proxy thread (and so, the good socket).
|
|
Renamed requester_thread and target_thread to proxy. The send method is now simpler.
|
|
|
|
|
|
|
|
|