plugins.jingle_ibb: In-Band Bytestreams, initial commit.
|
Kim Alvefur |
2011-09-30 |
plugins.version: Use get_child_text() and fix traceback on empty iq-result reply.
|
Kim Alvefur |
2011-09-22 |
plugins.roster: Check stream features for roster versioning support.
|
Kim Alvefur |
2011-09-08 |
plugins.pep: Reuse the pubsub plugin.
|
Kim Alvefur |
2011-09-08 |
plugins.groupchat: Improve room subject handling, add event
|
Kim Alvefur |
2011-09-08 |
squishy: Add a convenience function for plugins
|
Kim Alvefur |
2011-08-30 |
plugins.roster: Fix wrong name of reply variable
|
Kim Alvefur |
2011-08-28 |
plugins.disco: Increase hook priority. Fixes duplicated disco features.
|
Kim Alvefur |
2011-08-16 |
plugins.jingle: Logging fix
|
Kim Alvefur |
2011-08-14 |
plugins.roster: Roster versioning support.
|
Kim Alvefur |
2011-06-07 |
plugins.roster: Don't signal roster events if there was no such item
|
Kim Alvefur |
2011-05-24 |
squishy: Add the roster plugin
|
Kim Alvefur |
2011-04-19 |
plugins.groupchat: Bump topic change handling up a bit
|
Kim Alvefur |
2011-03-20 |
plugins.keepalive: Add (thanks chris)
|
Matthew Wild |
2011-03-18 |
verse: Expose net.server as verse.server
|
Matthew Wild |
2011-03-18 |
squishy: Add smacks and keepalive plugins
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Scatter some logging and comments through the code for good measure
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Fix event priority and handling to make the code actually... work
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Remove some debugging code from resumption success handling, and fire a "resumed" event instead
|
Matthew Wild |
2011-03-18 |
plugins.smacks: Add 1s delay between reconnect attempts
|
Matthew Wild |
2011-03-18 |
verse.client: Reopen stream in response to 'connected' event
|
Matthew Wild |
2011-03-18 |
libs/adhoc.lib.lua: Update copy (ugh) from Prosody
|
Matthew Wild |
2011-03-18 |
plugins.*: Use verse.stanza() & co instead of require util.stanza
|
Kim Alvefur |
2011-03-17 |
plugins.vcard_update: Support for XEP-153 avatar hash in presence broadcasts
|
Kim Alvefur |
2011-03-17 |
plugins.vcard: Get and set vcard-temp info.
|
Kim Alvefur |
2011-03-16 |
Added uptime plugin, included also an entry for it into the squishy file.
|
Marco Cirillo |
2011-03-14 |
plugins.pubsub: Fix to use :childtags() for iterating through items in a pubsub notification (:matching_tags() was removed from Prosody)
|
Matthew Wild |
2011-03-14 |
plugins.roster: Add roster push handling, roster item parsing, delete_contact()
|
Kim Alvefur |
2011-03-09 |
plugins.presence: Fix priority setting. (Thanks Florob)
|
Kim Alvefur |
2011-03-07 |
Merge with Zash
|
Matthew Wild |
2011-02-22 |
plugins.groupchat: Fix self reference when leaving rooms
|
Kim Alvefur |
2011-02-01 |
plugins.smacks: XEP-0198 support
|
Matthew Wild |
2011-02-22 |
plugins.groupchat: Fix prev commit.
|
Kim Alvefur |
2011-01-25 |
plugins.groupchat: Extra options. Route join presence through the room. Option to stamp from attr on outgoing stanzas (useful for components).
|
Kim Alvefur |
2011-01-19 |
plugins.groupchat: Trying to get subject to behave properly
|
Kim Alvefur |
2011-01-19 |
plugins.groupchat: Fix a missing `st.` and send join stanza regardless of return value from pre-join event.
|
Kim Alvefur |
2011-01-12 |
squishy: Add groupchat plugin
|
Kim Alvefur |
2011-01-11 |
plugins.groupchat: Adapt from Riddim
|
Kim Alvefur |
2011-01-11 |
Merge with Zash
|
Matthew Wild |
2010-12-31 |
plugins.disco: Load the presence plugin
|
Kim Alvefur |
2010-12-31 |
plugins.disco: Use the new presence plugin for caching and resending
|
Kim Alvefur |
2010-12-31 |
squishy: Add plugis.presence
|
Kim Alvefur |
2010-12-31 |
plugins.presence: Initial commit of plugin that caches the last outgoing presence, and handles rebroadcast
|
Kim Alvefur |
2010-12-31 |
plugins.disco,compression: Use xmlns_* variables
|
Kim Alvefur |
2010-12-31 |
plugins.disco: Fix missing xmlns variable.
|
Kim Alvefur |
2010-12-30 |
plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.
|
Kim Alvefur |
2010-11-29 |
verse: Make add_plugin only load a plugin once per stream
|
Matthew Wild |
2010-12-30 |
plugins.disco: Fix disco_local_services() to call callback with empty array in case of disco error
|
Matthew Wild |
2010-12-30 |
verse.client: Fix two cases where we called methods on the base stream object instead of the current one
|
Matthew Wild |
2010-12-30 |
Merge with Zash
|
Matthew Wild |
2010-12-15 |
plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.
|
Kim Alvefur |
2010-12-15 |
plugins.pep: Update for new disco/caps code
|
Matthew Wild |
2010-12-15 |
plugins.disco: Automatically insert caps into outgoing presence, and re-send last global presence with new caps when features change
|
Matthew Wild |
2010-12-15 |
verse.client: Fire 'stanza-out' and {message,presence,iq}'-out' for outgoing stanzas
|
Matthew Wild |
2010-12-15 |
plugins.pubsub: Return true to indicate success loading
|
Matthew Wild |
2010-12-15 |
plugins.pep: Only add +notify feature if there weren't any handlers for it already
|
Matthew Wild |
2010-12-15 |
verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw'
|
Matthew Wild |
2010-12-15 |
verse: Consider a plugin as failed to load only if it returns false
|
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 |
plugins.bind: Fix the bind-success event, now fires with data { jid = result_jid } (thanks Jon)
|
Matthew Wild |
2010-12-05 |
plugins.pubsub: Fire pubsub/event on incoming pubsub notifications
|
Matthew Wild |
2010-12-03 |
squishy: Add --prosody option to specify a path to a Prosody checkout to use when squishing
|
Matthew Wild |
2010-11-30 |
squishy: Add util.httpstream. Now also squishes bosh by default
|
Matthew Wild |
2010-11-27 |
Merge with Zash
|
Matthew Wild |
2010-11-20 |