plugins.archive: Don't modify the query params table

squishy, plugins.archive: Fetch RSM lib from prosody-modules and use.

plugins.archive: Treat query params correctly

plugins.sasl: Collect text message on SASL failure

plugins.groupchat: Import util.jid here too.

plugins.bind: Import util.jid to fix traceback

squishy: Update to fetch from a pre-timber revision of Prosody

util.vcard: Don't use module()

plugins.archive: Parse the timestamp

plugins.archive: Collect the archive id

plugins.archive: Move namespaces to the top

plugins.archive: Implement archiving preferences

plugins.archive: Import util.stanza directly and use it

plugins.archive: Add local verse

plugins.archive: Add a header comment

Merge with Zash

plugins.jingle_s5b: Add missing xmlns

plugins.jingle_s5b: Add local verse

doc/example_carbons.lua: Update to reflect timestamp change in carbons plugin.

plugins.carbons: Get and parse timestamp from carbon into a number.

plugins.carbons: Don't check carbons flag twice.

plugins.jingle_ibb: new_ibb() doesn't need to be global

plugins.pubsub: Add a local variable to save some table lookups

client, component: `ret` was probably meant to be a local

verse: Remove some, erm, debug logging

verse: Add :listen(host, port) to Verse objects ("connected" event is fired with new clients)

verse: Accept a file object as a log handler, and automatically call :write() on it with a formatted message

squishy: add util.datetime

plugins.carbons: Fix wrong variable name

plugins.roster: Make stanza error parts locals.

plugins.archive: Add missing :up()

plugins.carbons: Update to XEP v0.6. Check that messages are from your bare jid.

plugins.archive: Experimental implementation of the Message Archive Management ProtoXEP

plugins.pubsub: Implement unsubscribe.

plugins.roster: Change variable name to what's used in XMPP-IM

doc/example_pubsub.lua: Fix typo.

doc/example_pep.lua: Reorder a bit to avoid re-sending presence multiple times when caps change.

plugins.pep: Load disco, since PEP depends on it

plugins.disco: Add set_ and add_identity()

plugins.disco: A little cleanup and a bit of rewrite with a touch of premature optimization.

plugins.pubsub: Fix to use correct method in backwards-compatibility code

plugins.pubsub: Fix typo

plugins.pubsub: Fix missing <item/> when publishing.

verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them)

verse.bosh: Fix to loop over every child tag (childtags() is now too namespace-aware for this purpose)

doc/example*.lua: Update to use new .init() method

Merge with Zash

verse: Add stream:info() for emitting info-level log message.

verse: Add init(...) method to load connection modules (client, component, bosh, etc.)

plugins.groupchat: Fix missing 'end' in last commit

Merge with MattJ & mva

plugins.pep: Use the new PubSub api.

plugins.pubsub: Make the old functions wrap the new.

verse.plugins.groupchat: Make last commit (7802a048) more concise

fixed sending of leave message

added local verse var to all plugins

plugins.pep: Use the new PubSub api.

plugins.pubsub: Make the old functions wrap the new.

verse: Remove silly logger line I just noticed at the end of the file

Merge with Zash

plugins.bind: get_child_text()

plugins.vcard_update: get_child_text()

doc/example_pep.lua: get_child_text()

verse: Add default log handler for errors

verse: Format messages before passing them to custom log handler

verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).

verse: Switch connection ids to be a simple incrementing integer

verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).

verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)

verse: verse.logger() -> verse.new_logger()

plugins.register: Add in-band registration plugin

verse: Connections use global Verse logger by default

squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list

plugins.pep: Set item to the first tag instead of first child.

plugins.groupchat: Use stanza:get_child_text()

doc/example_pubsub.lua: Example plugins.pubsub usage

plugins.vcard_update: Update for util.vcard changes.

plugins.vcard: Use util.vcard

util.vcard: Add util for converting vCard3 to/from XEP 54

doc: Add Carbons example

squishy: Add carbons plugin

plugins.carbons: Add, implements Message Carbons (XEP 280)

squishy: add vcard, vcard_update, jingle_ibb

plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.

plugins.pubsub: implement node creation

plugins.jingle: Stop event propagation after returning errors

plugins.jingle_ibb: In-Band Bytestreams, initial commit.

plugins.version: Use get_child_text() and fix traceback on empty iq-result reply.

plugins.roster: Check stream features for roster versioning support.

plugins.pep: Reuse the pubsub plugin.

plugins.groupchat: Improve room subject handling, add event

squishy: Add a convenience function for plugins

plugins.roster: Fix wrong name of reply variable

plugins.disco: Increase hook priority. Fixes duplicated disco features.

plugins.jingle: Logging fix

plugins.roster: Roster versioning support.

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

mercurial