Log

description author age
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
plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy. Kim Alvefur 2010-11-20
plugins.pubsub, squishy: New pubsub plugin (basic) Matthew Wild 2010-11-16
squishy: Add legacy plugin Matthew Wild 2010-11-11
plugins.legacy: Support for legacy non-SASL authentication :( Matthew Wild 2010-11-11
doc/example_component.lua: Add code to echo stanzas Matthew Wild 2010-11-09
verse.component: Namespacing fixes Matthew Wild 2010-11-09
plugins.private: Private XML storage support Kim Alvefur 2010-10-28
Merge Matthew Wild 2010-10-11
squishy, plugins.ping, plugins.sasl: Remove xstanza references Matthew Wild 2010-10-11
plugins.disco: Fix traceback when disco#info isn't returned for a service in disco#items Matthew Wild 2010-10-11
plugins.adhoc: Remove some stray debugging Matthew Wild 2010-09-21
docs/example_jingle.lua: Update to use content.type instead of content.name for checking the kind of content we're receiving Matthew Wild 2010-09-17
plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle Matthew Wild 2010-09-17
verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels Matthew Wild 2010-09-15