plugins/compression.lua

changeset 250
a5ac643a7fd6
parent 197
7e98cf2c1d8d
child 380
0891b4e27766
equal deleted inserted replaced
249:00891a675634 250:a5ac643a7fd6
3 -- 3 --
4 -- This project is MIT/X11 licensed. Please see the 4 -- This project is MIT/X11 licensed. Please see the
5 -- COPYING file in the source package for more information. 5 -- COPYING file in the source package for more information.
6 -- 6 --
7 7
8 local verse = require "verse";
8 local zlib = require "zlib"; 9 local zlib = require "zlib";
9 10
10 local xmlns_compression_feature = "http://jabber.org/features/compress" 11 local xmlns_compression_feature = "http://jabber.org/features/compress"
11 local xmlns_compression_protocol = "http://jabber.org/protocol/compress" 12 local xmlns_compression_protocol = "http://jabber.org/protocol/compress"
12 local xmlns_stream = "http://etherx.jabber.org/streams"; 13 local xmlns_stream = "http://etherx.jabber.org/streams";

mercurial