Software /
code /
verse
Log
plugins/session.lua @ 405:f065fc1fab0a
description | author | age |
---|---|---|
plugins: Cleanup [luacheck] | Kim Alvefur | 2015-09-03 |
Discard trailing whitespace | Kim Alvefur | 2015-05-01 |
added local verse var to all plugins | mva | 2011-12-02 |
plugins.*: Use verse.stanza() & co instead of require util.stanza | Kim Alvefur | 2011-03-17 |
verse.client, verse.plugins.bind, verse.plugins.session: Rename binding-success and binding-failure to bind-success and bind-failure for consistency | Matthew Wild | 2010-05-30 |
verse.plugins.session: Only negotiate session when support is advertised by the server, and not marked as optional (saves a round-trip in a lot of cases) | Matthew Wild | 2010-05-30 |
verse.plugins.session: Convert from spaces to tabs | Matthew Wild | 2010-05-30 |
plugins.session: Convert from Windows line endings | Matthew Wild | 2010-05-21 |
Add support for 3921 session negotiation (makes ejabberd happy), thanks Chris! | Matthew Wild | 2010-04-02 |