Software /
code /
verse
Comparison
plugins/legacy.lua @ 250:a5ac643a7fd6
added local verse var to all plugins
author | mva <mva@mva.name> |
---|---|
date | Fri, 02 Dec 2011 11:02:02 +0600 |
parent | 181:c61ba3d1b39a |
child | 380:0891b4e27766 |
comparison
equal
deleted
inserted
replaced
249:00891a675634 | 250:a5ac643a7fd6 |
---|---|
1 local verse = require "verse"; | |
1 local uuid = require "util.uuid".generate; | 2 local uuid = require "util.uuid".generate; |
2 | 3 |
3 local xmlns_auth = "jabber:iq:auth"; | 4 local xmlns_auth = "jabber:iq:auth"; |
4 | 5 |
5 function verse.plugins.legacy(stream) | 6 function verse.plugins.legacy(stream) |