Merge with Zash
|
Matthew Wild |
2014-08-27 |
verse.plugins.uptime: Explicitly cast uptime to a number
|
Kim Alvefur |
2013-09-04 |
plugins.smacks: Improve logic for sending <r/>
|
Matthew Wild |
2014-08-27 |
plugins.groupchat: Use verse.eventable (room objects were missing :unhook() )
|
Matthew Wild |
2014-08-27 |
plugins.pubsub: Implement fetching of items
|
Kim Alvefur |
2013-07-06 |
plugins.pubsub: Keep track of wrapped callbacks
|
Kim Alvefur |
2013-07-06 |
plugins.pubsub: Implement node discovery
|
Kim Alvefur |
2013-07-06 |
plugins.archive: Update for MAM 0.2
|
Kim Alvefur |
2013-06-29 |
verse.client: Fix stream error error
|
Kim Alvefur |
2013-06-14 |
plugins.register: Support submitting email when registering an account
|
Matthew Wild |
2013-06-08 |
plugins.register: Fix event name (failure vs. failed)
|
Matthew Wild |
2013-06-08 |
plugins.adhoc, plugins.jingle: Fix checking of type attribute (thanks Mark)
|
Matthew Wild |
2013-06-07 |
plugins.adhoc: Add missing return in error case
|
Matthew Wild |
2013-05-28 |
plugins.ping: Reply to pings
|
Kim Alvefur |
2013-05-11 |
plugins.pubsub: If no jid given to unsubscribe with, default to what was subscribed to (if given) or the bound jid
|
Kim Alvefur |
2013-05-10 |
plugins.pubsub: Collect the subscribed jid
|
Kim Alvefur |
2013-05-10 |
verse.client: Fire stream error events, so they can be handled
|
Kim Alvefur |
2013-04-29 |
util.dataforms: Add method for converting XML dataforms to tables
|
Kim Alvefur |
2013-02-15 |
util.dataforms: Update from Prosody repo
|
Kim Alvefur |
2013-02-15 |
plugins.pubsub: Implement retract, purge and delete operations
|
Kim Alvefur |
2013-02-10 |
plugins.pubsub: Explicitly subscribe with our current full jid as default
|
Kim Alvefur |
2013-02-10 |
verse: Fix disconnected event for unassociated connections
|
Kim Alvefur |
2013-02-10 |
Backout 55e3fd7b9731
|
Kim Alvefur |
2013-02-10 |
verse.client: Use a different flag to indicate that our outgoing stream is closed
|
Kim Alvefur |
2013-02-10 |
verse: Err, I meant the stream, not the connection
|
Kim Alvefur |
2013-02-10 |
verse: Really pass the connection to ondisconnect, not some unknown global
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Start counting when sending <enable/>
|
Kim Alvefur |
2013-02-10 |
verse: Only fire the disconnected event if the stream and the connection are still associated (fixes smacks issue)
|
Kim Alvefur |
2013-02-10 |
plugins.smacks: Don't try to reconnect on gracefull stream closure
|
Kim Alvefur |
2013-02-10 |
verse.client: Try to behave better when stream is closed gracefully
|
Kim Alvefur |
2013-02-10 |