doc/example_pep.lua: get_child_text()
|
Kim Alvefur |
2011-11-24 |
verse: Add default log handler for errors
|
Matthew Wild |
2011-11-27 |
verse: Format messages before passing them to custom log handler
|
Matthew Wild |
2011-11-27 |
verse: set_log_handler(): Allow nil to be passed for log_handler to disable logging (the default).
|
Matthew Wild |
2011-11-27 |
verse: Switch connection ids to be a simple incrementing integer
|
Matthew Wild |
2011-11-27 |
verse, squishy: Port to Prosody's util.logger. Adds new function, verse.set_log_handler(handler, levels).
|
Matthew Wild |
2011-11-27 |
verse: require('util.logger') (besides being correct, also fixes a silly bug when loading verse twice)
|
Matthew Wild |
2011-11-27 |
verse: verse.logger() -> verse.new_logger()
|
Matthew Wild |
2011-11-27 |
plugins.register: Add in-band registration plugin
|
Matthew Wild |
2011-11-27 |
verse: Connections use global Verse logger by default
|
Matthew Wild |
2011-11-27 |
squishy: Rewrite in an attempt to curb the unbounded growth of the plugin list
|
Matthew Wild |
2011-11-27 |
plugins.pep: Set item to the first tag instead of first child.
|
Kim Alvefur |
2011-11-24 |
plugins.groupchat: Use stanza:get_child_text()
|
Kim Alvefur |
2011-11-08 |
doc/example_pubsub.lua: Example plugins.pubsub usage
|
Kim Alvefur |
2011-11-06 |
plugins.vcard_update: Update for util.vcard changes.
|
Kim Alvefur |
2011-11-06 |
plugins.vcard: Use util.vcard
|
Kim Alvefur |
2011-11-06 |
util.vcard: Add util for converting vCard3 to/from XEP 54
|
Kim Alvefur |
2011-11-06 |
doc: Add Carbons example
|
Kim Alvefur |
2011-11-02 |
squishy: Add carbons plugin
|
Kim Alvefur |
2011-11-02 |
plugins.carbons: Add, implements Message Carbons (XEP 280)
|
Kim Alvefur |
2011-11-02 |
squishy: add vcard, vcard_update, jingle_ibb
|
Kim Alvefur |
2011-11-02 |
plugins.pubsub: New, OOP-ish, PubSub interface. Beware of stubs.
|
Kim Alvefur |
2011-10-12 |
plugins.pubsub: implement node creation
|
Kim Alvefur |
2011-10-11 |
plugins.jingle: Stop event propagation after returning errors
|
Kim Alvefur |
2011-10-01 |
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 |