Software /
code /
verse
Log
bosh.lua @ 505:289c866d7fb0
description | author | age |
---|---|---|
Update for new Prosody module namespace | Kim Alvefur | 19 months ago |
verse: trim trailing whitespace | Kim Alvefur | 2017-04-18 |
verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them) | Matthew Wild | 2011-12-07 |
verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose) | Matthew Wild | 2011-12-07 |
squishy, verse.client, verse.component, verse.bosh: Port to util.xmppstream instead of xmlhandlers which has been removed from Prosody. Also remove util.ztact from squishy for the same reason. | Matthew Wild | 2010-12-14 |
verse.bosh: Implemented retry/reconnect logic, and handling of disconnects (either CM-intiated or due to connection failures) | Matthew Wild | 2010-08-08 |
verse.bosh: Update to use net.http instead of verse.plugins.http | Matthew Wild | 2010-08-06 |
verse.bosh: Use verse.new_bosh(logger, url) to make a BOSH connection | Matthew Wild | 2010-08-06 |