Log

description author age
plugins.ping: Don't handle all errors as successful pongs, call callback with nil time and 3rd parameter a table with error info Matthew Wild 2009-12-23
plugins.bind: Requested JID^Wresource should be in <jid/>^W<resource/> tag (thanks Maranda :) ) Matthew Wild 2009-12-22
plugins.bind: Requested JID should be in <jid/> tag (thanks Maranda :) ) Matthew Wild 2009-12-22
verse.client: Automatically load sasl and bind plugins Matthew Wild 2009-12-21
verse.client: Don't hook the stanza event every time a stanza comes in :) Matthew Wild 2009-12-21
plugins.ping: Define xmlns_ping namespace Matthew Wild 2009-12-20
squishy: Add ping plugin Matthew Wild 2009-12-20
plugins.ping: Return true on module load to indicate load success Matthew Wild 2009-12-20
plugins.version: Return true on module load to indicate load success Matthew Wild 2009-12-20
plugins.ping: Add ping plugin to XMPP ping a JID Matthew Wild 2009-12-20
squish: Add version plugin Matthew Wild 2009-12-09
Revert module names throughout to their Prosody equivalents Matthew Wild 2009-12-09
verse.plugins.version: Fix for handling of version requests Matthew Wild 2009-12-09
verse.client: New stanza dispatcher to fire events based on the name (and in the case of iq, xmlns) of the stanza Matthew Wild 2009-12-09
Add 'version' plugin to handle and generate version requests Matthew Wild 2009-12-09
Rename verse2 -> verse Matthew Wild 2009-12-09
verse.client: Add verse.reply() as shortcut for util.stanza.reply() Matthew Wild 2009-12-09
squishy: Add util.uuid dependency Matthew Wild 2009-12-04
verse: Have verse.new() accept a prototype table on which to base the connection Matthew Wild 2009-12-04
verse.client: Extend verse object with message/iq/presence/stanza methods from util.stanza Matthew Wild 2009-12-04
verse.client: Fixes for new xmlhandlers namespace seperator Matthew Wild 2009-12-01
verse: Update for new server connection API Matthew Wild 2009-12-01
squishy: Update to fetch new server_select.lua from Prosody Matthew Wild 2009-12-01
squishy: Add util.timer Matthew Wild 2009-11-30
verse: Include LuaRocks packages if we can Matthew Wild 2009-11-30
verse: Fix stream:hook() to pass additional parameters to the underlying hook(), so we don't strip priority Matthew Wild 2009-11-30
util.xstanza: Fix and rename error_from_stanza() -> get_error() Matthew Wild 2009-11-30
squish: Add plugins Matthew Wild 2009-11-29
verse.client: Add stream:send_iq() and stream:new_id() for sending iqs with response handlers, and for generating stream-unique ids respectively Matthew Wild 2009-11-28
verse.client: Add stream:close() Matthew Wild 2009-11-28
verse.client: Add stream:reopen() Matthew Wild 2009-11-28
verse.client: Fire events on stream features, errors, etc. and on non-stream tags such as SASL and TLS Matthew Wild 2009-11-28
plugins.bind: Add plugin Matthew Wild 2009-11-28
plugins.sasl: Add plugin Matthew Wild 2009-11-28
squishy: Add util.xstanza Matthew Wild 2009-11-28
util.xstanza: New library to extend util.stanza with XMPP-specific helpers Matthew Wild 2009-11-28
util.logger: Friendlier string.format to automatically tostring() arguments Matthew Wild 2009-11-28
Log debug message when firing an event Matthew Wild 2009-11-28
verse: Support for loading plugins Matthew Wild 2009-11-28
Remove some XMPP client-specific requires from init.lua Matthew Wild 2009-08-04
Break client-specific code into verse.client module Matthew Wild 2009-08-04
Beginning of new verse Matthew Wild 2009-08-03