Software /
code /
prosody
Log
util/xmppstream.lua @ 7338:f8d37227acd7
description | author | age |
---|---|---|
util.xmppstream: Remove namespace tracking, it's broken as implemented | Matthew Wild | Sat, 05 Mar 2016 23:37:56 +0000 |
util.stanza, util.xml, util.xmppstream: Add support for tracking defined namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator) | Matthew Wild | Tue, 08 Dec 2015 23:15:42 +0000 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |
Merge 0.9->0.10 | Matthew Wild | Thu, 28 Aug 2014 09:23:24 +0100 |
util.xmppstream: When error is 'no-stream', pass the received tagname to the error handler | Matthew Wild | Sat, 23 Aug 2014 09:22:05 +0100 |
util.xmppstream: Don't include empty stream ID in stream header (got here from mod_c2s) | Kim Alvefur | Wed, 27 Aug 2014 13:00:04 +0200 |
util.xmppstream: Check for callback that may add stream header attributes | Kim Alvefur | Fri, 18 Apr 2014 07:50:44 +0200 |