Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Some servers end the stream if registration can not be completed
in-band, which means always requesting the form can prevent regular
login.
|
|
New events:
groupchat_config_status
muc::[room JID]::config_status
|
|
Loading plugins from custom modules when passed as a string still works.
|
|
stanza is found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The API registry generalizes the node handler system from the xep_0030
plugin so that other plugins can use it.
|
|
|
|
Fixes issue #155
|
|
|
|
|