verse.client: Reopen stream in response to 'connected' event
|
Matthew Wild |
2011-03-18 |
verse.client: Fix two cases where we called methods on the base stream object instead of the current one
|
Matthew Wild |
2010-12-30 |
verse.client: Fire 'stanza-out' and {message,presence,iq}'-out' for outgoing stanzas
|
Matthew Wild |
2010-12-15 |
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.client: Support for SRV record lookups
|
Matthew Wild |
2010-09-14 |
verse.client: Update stream:close() to use base stream:close(), and not add an XMPP-specific :close() to the base stream
|
Matthew Wild |
2010-08-21 |
verse.client: Add stream_id property
|
Matthew Wild |
2010-08-03 |
Bounce service-unavailable on unhandled iq stanzas (thanks Kev, Florob and anyone else who poked me)
|
Matthew Wild |
2010-06-21 |
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.client: Fire 'ready' event on stream when resource binding or session negotiation is complete, hook this instead of binding-success
|
Matthew Wild |
2010-05-30 |
verse.client: Add stream:reset(), keep self.data static between resets
|
Matthew Wild |
2010-05-28 |
verse.client: Load TLS along with other core plugins
|
Matthew Wild |
2010-05-11 |
verse.client: Add verse.error_reply() helper
|
Matthew Wild |
2010-05-06 |
Add support for 3921 session negotiation (makes ejabberd happy), thanks Chris!
|
Matthew Wild |
2010-04-02 |
verse.client: Add missing version to stream header (thanks Bill Clark)
|
Matthew Wild |
2010-02-17 |
verse.client: Update stream_callbacks format for new xmlhandlers API (thanks to Bill Clark for the patch)
|
Matthew Wild |
2010-02-17 |
verse.client, squishy: Rename "xmlhandlers" to "core.xmlhandlers" in line with Prosody's structure
|
Matthew Wild |
2010-01-25 |
verse.client: Fire disconnected event when the disconnect is initiated by the client too
|
Matthew Wild |
2010-01-06 |
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 |
Revert module names throughout to their Prosody equivalents
|
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 |
Rename verse2 -> verse
|
Matthew Wild |
2009-12-09 |
verse.client: Add verse.reply() as shortcut for util.stanza.reply()
|
Matthew Wild |
2009-12-09 |
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.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 |
Break client-specific code into verse.client module
|
Matthew Wild |
2009-08-04 |