plugins.pubsub: Fix to use :childtags() for iterating through items in a pubsub notification (:matching_tags() was removed from Prosody)

plugins.roster: Add roster push handling, roster item parsing, delete_contact()

plugins.presence: Fix priority setting. (Thanks Florob)

Merge with Zash

plugins.groupchat: Fix self reference when leaving rooms

plugins.smacks: XEP-0198 support

plugins.groupchat: Fix prev commit.

plugins.groupchat: Extra options. Route join presence through the room. Option to stamp from attr on outgoing stanzas (useful for components).

plugins.groupchat: Trying to get subject to behave properly

plugins.groupchat: Fix a missing `st.` and send join stanza regardless of return value from pre-join event.

squishy: Add groupchat plugin

plugins.groupchat: Adapt from Riddim

Merge with Zash

plugins.disco: Load the presence plugin

plugins.disco: Use the new presence plugin for caching and resending

squishy: Add plugis.presence

plugins.presence: Initial commit of plugin that caches the last outgoing presence, and handles rebroadcast

plugins.disco,compression: Use xmlns_* variables

plugins.disco: Fix missing xmlns variable.

plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.

verse: Make add_plugin only load a plugin once per stream

plugins.disco: Fix disco_local_services() to call callback with empty array in case of disco error

verse.client: Fix two cases where we called methods on the base stream object instead of the current one

Merge with Zash

plugins.legacy: Try to login anyways, compat for servers not supporting XEP 78 properly.

plugins.pep: Update for new disco/caps code

plugins.disco: Automatically insert caps into outgoing presence, and re-send last global presence with new caps when features change

verse.client: Fire 'stanza-out' and {message,presence,iq}'-out' for outgoing stanzas

plugins.pubsub: Return true to indicate success loading

plugins.pep: Only add +notify feature if there weren't any handlers for it already

verse: Change to set conn:send in only one place, and fire new events 'outgoing' and 'outgoing-raw'

verse: Consider a plugin as failed to load only if it returns false

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.

plugins.bind: Fix the bind-success event, now fires with data { jid = result_jid } (thanks Jon)

plugins.pubsub: Fire pubsub/event on incoming pubsub notifications

squishy: Add --prosody option to specify a path to a Prosody checkout to use when squishing

squishy: Add util.httpstream. Now also squishes bosh by default

Merge with Zash

plugins.private, squishy: Allow setting the storage node, and not just child(s). And add to squishy.

plugins.pubsub, squishy: New pubsub plugin (basic)

squishy: Add legacy plugin

plugins.legacy: Support for legacy non-SASL authentication :(

doc/example_component.lua: Add code to echo stanzas

verse.component: Namespacing fixes

plugins.private: Private XML storage support

Merge

squishy, plugins.ping, plugins.sasl: Remove xstanza references

plugins.disco: Fix traceback when disco#info isn't returned for a service in disco#items

plugins.adhoc: Remove some stray debugging

docs/example_jingle.lua: Update to use content.type instead of content.name for checking the kind of content we're receiving

plugins.jingle_ft: Change content 'name' field to 'type' to avoid confusion with the 'name' attribute of the <content> tag in Jingle

verse: Add verse.filter_log(levels, logger) to filter a logger for certain levels

verse: Fix set_logger() to set verse.log() correctly

plugins.jingle, plugins.jingle_s5b: API changes to allow not sending <reason> inside <content> when transfer succeeds

plugins.jingle_ft: Fix global access

squishy: Add verse.component

verse.client: Support for SRV record lookups

squishy: Re-organise and add net.dns, net.adns and util.ztact

verse: Fire disconnected event even if connection fails instantly

squishy: Use --internal-bit-module to squish with the pure-Lua bit library

(0) -100 -60 +60 +100 +300 tip

mercurial