prosody.git
13 years agonet.xmppcomponent_listener: Made some globals local.
Waqas Hussain [Tue, 14 Dec 2010 22:14:15 +0000 (03:14 +0500)]
net.xmppcomponent_listener: Made some globals local.

13 years agocore.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getst...
Waqas Hussain [Tue, 14 Dec 2010 20:57:10 +0000 (01:57 +0500)]
core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.

13 years agoutil.termcolours: Added setstyle(str), which works on Windows too.
Waqas Hussain [Tue, 14 Dec 2010 20:55:13 +0000 (01:55 +0500)]
util.termcolours: Added setstyle(str), which works on Windows too.

13 years agoutil-src/windows.c: Added get_consolecolor, set_consolecolor.
Waqas Hussain [Tue, 14 Dec 2010 20:53:33 +0000 (01:53 +0500)]
util-src/windows.c: Added get_consolecolor, set_consolecolor.

13 years agonet.dns: Clean up tostring() of returned records, as a result PTR records can now...
Matthew Wild [Tue, 14 Dec 2010 18:29:40 +0000 (18:29 +0000)]
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d

13 years agonet.dns: Add resolver:tohostname() and dns.tohostname()
Matthew Wild [Tue, 14 Dec 2010 18:28:42 +0000 (18:28 +0000)]
net.dns: Add resolver:tohostname() and dns.tohostname()

13 years agoMake libidn default when not specifiying a IDN lib.
Tobias Markmann [Tue, 14 Dec 2010 17:54:55 +0000 (18:54 +0100)]
Make libidn default when not specifiying a IDN lib.

13 years agoMake libidn default when not specifiying a IDN lib.
Tobias Markmann [Tue, 14 Dec 2010 17:54:55 +0000 (18:54 +0100)]
Make libidn default when not specifiying a IDN lib.

13 years agoFix lua lib name in LDFLAGS.
Tobias Markmann [Tue, 14 Dec 2010 17:35:05 +0000 (18:35 +0100)]
Fix lua lib name in LDFLAGS.

13 years agoFix lua lib name in LDFLAGS.
Tobias Markmann [Tue, 14 Dec 2010 17:35:05 +0000 (18:35 +0100)]
Fix lua lib name in LDFLAGS.

13 years agoutil.encodings: Support for ICU for IDNA operations.
Tobias Markmann [Tue, 14 Dec 2010 14:03:37 +0000 (15:03 +0100)]
util.encodings: Support for ICU for IDNA operations.

13 years agomod_pubsub: Preserve service object on module reload
Matthew Wild [Fri, 17 Dec 2010 13:35:21 +0000 (13:35 +0000)]
mod_pubsub: Preserve service object on module reload

13 years agomod_pubsub: Handle disco#info and disco#items
Matthew Wild [Fri, 17 Dec 2010 13:23:29 +0000 (13:23 +0000)]
mod_pubsub: Handle disco#info and disco#items

13 years agoutil.pubsub: Add service:get_nodes()
Matthew Wild [Fri, 17 Dec 2010 13:23:01 +0000 (13:23 +0000)]
util.pubsub: Add service:get_nodes()

13 years agomodulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibilit...
Matthew Wild [Fri, 17 Dec 2010 12:44:24 +0000 (12:44 +0000)]
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs

13 years agonet.httpserver: Default 'ports' = {5280}
Matthew Wild [Fri, 17 Dec 2010 01:24:59 +0000 (01:24 +0000)]
net.httpserver: Default 'ports' = {5280}

13 years agonet.xmppclient_listener: Imports and global cleanup.
Waqas Hussain [Tue, 14 Dec 2010 23:05:49 +0000 (04:05 +0500)]
net.xmppclient_listener: Imports and global cleanup.

13 years agonet.xmppserver_listener: Removed unnecessary import of lxp.
Waqas Hussain [Tue, 14 Dec 2010 22:59:48 +0000 (03:59 +0500)]
net.xmppserver_listener: Removed unnecessary import of lxp.

13 years agonet.xmppserver_listener: Removed unused variables and imports.
Waqas Hussain [Tue, 14 Dec 2010 22:53:44 +0000 (03:53 +0500)]
net.xmppserver_listener: Removed unused variables and imports.

13 years agonet.xmppserver_listener: Made some globals local.
Waqas Hussain [Tue, 14 Dec 2010 22:52:56 +0000 (03:52 +0500)]
net.xmppserver_listener: Made some globals local.

13 years agonet.xmppcomponent_listener: Move session creation from listener.onincoming to listene...
Waqas Hussain [Tue, 14 Dec 2010 22:33:00 +0000 (03:33 +0500)]
net.xmppcomponent_listener: Move session creation from listener.onincoming to listener.onconnect.

13 years agonet.xmppcomponent_listener: Made some globals local.
Waqas Hussain [Tue, 14 Dec 2010 22:14:15 +0000 (03:14 +0500)]
net.xmppcomponent_listener: Made some globals local.

13 years agocore.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getst...
Waqas Hussain [Tue, 14 Dec 2010 20:57:10 +0000 (01:57 +0500)]
core.loggingmanager: Updated to use termcolours.getstyle instead of termcolours.getstring for console logging.

13 years agoutil.termcolours: Added setstyle(str), which works on Windows too.
Waqas Hussain [Tue, 14 Dec 2010 20:55:13 +0000 (01:55 +0500)]
util.termcolours: Added setstyle(str), which works on Windows too.

13 years agoutil-src/windows.c: Added get_consolecolor, set_consolecolor.
Waqas Hussain [Tue, 14 Dec 2010 20:53:33 +0000 (01:53 +0500)]
util-src/windows.c: Added get_consolecolor, set_consolecolor.

13 years agonet.dns: Clean up tostring() of returned records, as a result PTR records can now...
Matthew Wild [Tue, 14 Dec 2010 18:29:40 +0000 (18:29 +0000)]
net.dns: Clean up tostring() of returned records, as a result PTR records can now be tostring()'d

13 years agonet.dns: Add resolver:tohostname() and dns.tohostname()
Matthew Wild [Tue, 14 Dec 2010 18:28:42 +0000 (18:28 +0000)]
net.dns: Add resolver:tohostname() and dns.tohostname()

13 years agoutil.encodings: Support for ICU for IDNA operations.
Tobias Markmann [Tue, 14 Dec 2010 14:03:37 +0000 (15:03 +0100)]
util.encodings: Support for ICU for IDNA operations.

13 years agoutil.serialization: Proper serialization of Infinity, -Infinity and NaN.
Waqas Hussain [Mon, 13 Dec 2010 15:45:08 +0000 (20:45 +0500)]
util.serialization: Proper serialization of Infinity, -Infinity and NaN.

13 years agoutil.serialization: Proper serialization of Infinity, -Infinity and NaN.
Waqas Hussain [Mon, 13 Dec 2010 15:45:08 +0000 (20:45 +0500)]
util.serialization: Proper serialization of Infinity, -Infinity and NaN.

13 years agomod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
Waqas Hussain [Mon, 13 Dec 2010 14:28:57 +0000 (19:28 +0500)]
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.

13 years agomod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.
Waqas Hussain [Mon, 13 Dec 2010 14:28:57 +0000 (19:28 +0500)]
mod_storage_sql: Use 'IS' for comparison instead of '=', to avoid SQL's NULL insanity.

13 years agomod_storage_sql: Fixed the deserialization of string-typed values.
Waqas Hussain [Mon, 13 Dec 2010 14:27:14 +0000 (19:27 +0500)]
mod_storage_sql: Fixed the deserialization of string-typed values.

13 years agomod_storage_sql: Fixed the deserialization of string-typed values.
Waqas Hussain [Mon, 13 Dec 2010 14:27:14 +0000 (19:27 +0500)]
mod_storage_sql: Fixed the deserialization of string-typed values.

13 years agoprosodyctl: Added and updated some comments and some semicolons, to match main prosod...
Waqas Hussain [Sun, 12 Dec 2010 12:18:16 +0000 (17:18 +0500)]
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.

13 years agoprosodyctl: Added and updated some comments and some semicolons, to match main prosod...
Waqas Hussain [Sun, 12 Dec 2010 12:18:16 +0000 (17:18 +0500)]
prosodyctl: Added and updated some comments and some semicolons, to match main prosody executable.

13 years agoprosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match...
Waqas Hussain [Sun, 12 Dec 2010 12:17:20 +0000 (17:17 +0500)]
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.

13 years agoprosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match...
Waqas Hussain [Sun, 12 Dec 2010 12:17:20 +0000 (17:17 +0500)]
prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, to match main prosody executable.

13 years agoprosody: Added a comment, to match prosodyctl.
Waqas Hussain [Sun, 12 Dec 2010 12:15:57 +0000 (17:15 +0500)]
prosody: Added a comment, to match prosodyctl.

13 years agoprosody: Added a comment, to match prosodyctl.
Waqas Hussain [Sun, 12 Dec 2010 12:15:57 +0000 (17:15 +0500)]
prosody: Added a comment, to match prosodyctl.

13 years agoprosodyctl: Added support for --config command line argument, and multiple config...
Waqas Hussain [Sun, 12 Dec 2010 12:10:24 +0000 (17:10 +0500)]
prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable).

13 years agoprosodyctl: Added support for --config command line argument, and multiple config...
Waqas Hussain [Sun, 12 Dec 2010 12:10:24 +0000 (17:10 +0500)]
prosodyctl: Added support for --config command line argument, and multiple config parsers (to match the main prosody executable).

13 years agomod_pep: Fixed a traceback when non-local users send presence.
Waqas Hussain [Sun, 12 Dec 2010 10:42:00 +0000 (15:42 +0500)]
mod_pep: Fixed a traceback when non-local users send presence.

13 years agomod_pep: Fixed a traceback when non-local users send presence.
Waqas Hussain [Sun, 12 Dec 2010 10:42:00 +0000 (15:42 +0500)]
mod_pep: Fixed a traceback when non-local users send presence.

13 years agomod_pep: Handle the case where local contacts send directed presence with caps hash.
Waqas Hussain [Sun, 12 Dec 2010 01:35:53 +0000 (06:35 +0500)]
mod_pep: Handle the case where local contacts send directed presence with caps hash.

13 years agomod_pep: Handle the case where local contacts send directed presence with caps hash.
Waqas Hussain [Sun, 12 Dec 2010 01:35:53 +0000 (06:35 +0500)]
mod_pep: Handle the case where local contacts send directed presence with caps hash.

13 years agoutil.serialization: Implemented deserialize().
Waqas Hussain [Sun, 12 Dec 2010 01:29:19 +0000 (06:29 +0500)]
util.serialization: Implemented deserialize().

13 years agoutil.serialization: Implemented deserialize().
Waqas Hussain [Sun, 12 Dec 2010 01:29:19 +0000 (06:29 +0500)]
util.serialization: Implemented deserialize().

13 years agoutil.x509: "certverification" -> "x509".
Waqas Hussain [Sun, 12 Dec 2010 01:25:54 +0000 (06:25 +0500)]
util.x509: "certverification" -> "x509".

13 years agostoragemanager: When we have a cached data driver, we are supposed to use it.
Waqas Hussain [Sun, 12 Dec 2010 01:15:08 +0000 (06:15 +0500)]
storagemanager: When we have a cached data driver, we are supposed to use it.

13 years agostoragemanager: When we have a cached data driver, we are supposed to use it.
Waqas Hussain [Sun, 12 Dec 2010 01:15:08 +0000 (06:15 +0500)]
storagemanager: When we have a cached data driver, we are supposed to use it.

13 years agocore.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certve...
Kim Alvefur [Sun, 12 Dec 2010 01:03:32 +0000 (02:03 +0100)]
core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509

13 years agomod_storage_sql: Auto-initialize SQLite3 database.
Waqas Hussain [Sun, 12 Dec 2010 00:39:24 +0000 (05:39 +0500)]
mod_storage_sql: Auto-initialize SQLite3 database.

13 years agomod_storage_sql: Auto-initialize SQLite3 database.
Waqas Hussain [Sun, 12 Dec 2010 00:39:24 +0000 (05:39 +0500)]
mod_storage_sql: Auto-initialize SQLite3 database.

13 years agomod_storage_sql: Default value for option sql = { driver = "SQLite3", database =...
Waqas Hussain [Sun, 12 Dec 2010 00:38:48 +0000 (05:38 +0500)]
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.

13 years agomod_storage_sql: Default value for option sql = { driver = "SQLite3", database =...
Waqas Hussain [Sun, 12 Dec 2010 00:38:48 +0000 (05:38 +0500)]
mod_storage_sql: Default value for option sql = { driver = "SQLite3", database = "prosody.sqlite" }.

13 years agomod_storage_sql: Fixed a typo.
Waqas Hussain [Sun, 12 Dec 2010 00:38:08 +0000 (05:38 +0500)]
mod_storage_sql: Fixed a typo.

13 years agomod_storage_sql: Fixed a typo.
Waqas Hussain [Sun, 12 Dec 2010 00:38:08 +0000 (05:38 +0500)]
mod_storage_sql: Fixed a typo.

13 years agomod_storage_sql: Initial commit of new SQL data driver.
Waqas Hussain [Sun, 12 Dec 2010 00:18:36 +0000 (05:18 +0500)]
mod_storage_sql: Initial commit of new SQL data driver.

13 years agomod_storage_sql: Initial commit of new SQL data driver.
Waqas Hussain [Sun, 12 Dec 2010 00:18:36 +0000 (05:18 +0500)]
mod_storage_sql: Initial commit of new SQL data driver.

13 years agostoragemanager: Hook "host-activated", to make sure we are notified about data drivers.
Waqas Hussain [Sun, 12 Dec 2010 00:14:35 +0000 (05:14 +0500)]
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.

13 years agostoragemanager: Hook "host-activated", to make sure we are notified about data drivers.
Waqas Hussain [Sun, 12 Dec 2010 00:14:35 +0000 (05:14 +0500)]
storagemanager: Hook "host-activated", to make sure we are notified about data drivers.

13 years agostoragemanager: Fixed a nil global access.
Waqas Hussain [Sun, 12 Dec 2010 00:13:02 +0000 (05:13 +0500)]
storagemanager: Fixed a nil global access.

13 years agostoragemanager: Fixed a nil global access.
Waqas Hussain [Sun, 12 Dec 2010 00:13:02 +0000 (05:13 +0500)]
storagemanager: Fixed a nil global access.

13 years agoutil.stanza: Change get_error() to return nil rather than '' for no text
Matthew Wild [Sat, 11 Dec 2010 22:34:29 +0000 (22:34 +0000)]
util.stanza: Change get_error() to return nil rather than '' for no text

13 years agoutil.stanza: Change get_error() to return nil rather than '' for no text
Matthew Wild [Sat, 11 Dec 2010 22:34:29 +0000 (22:34 +0000)]
util.stanza: Change get_error() to return nil rather than '' for no text

13 years agomod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute...
Matthew Wild [Sat, 11 Dec 2010 00:19:15 +0000 (00:19 +0000)]
mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219.

13 years agomod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute...
Matthew Wild [Sat, 11 Dec 2010 00:19:15 +0000 (00:19 +0000)]
mod_bosh: Fixes to the session creation response - add mandatory 'wait' attribute, remove optional 'maxpause' which we don't support, and reformat the code to prevent long lines and wacky indentation. Fixes #219.

13 years agoprosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
Matthew Wild [Sat, 11 Dec 2010 00:14:34 +0000 (00:14 +0000)]
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running

13 years agoprosodyctl: Make the 'restart' command start Prosody even if it wasn't already running
Matthew Wild [Sat, 11 Dec 2010 00:14:34 +0000 (00:14 +0000)]
prosodyctl: Make the 'restart' command start Prosody even if it wasn't already running

13 years agoutil.datamanager: Return an error string when pcall fails on a loaded list file.
Waqas Hussain [Thu, 9 Dec 2010 19:23:47 +0000 (00:23 +0500)]
util.datamanager: Return an error string when pcall fails on a loaded list file.

13 years agoutil.datamanager: Return an error string when pcall fails on a loaded list file.
Waqas Hussain [Thu, 9 Dec 2010 19:23:47 +0000 (00:23 +0500)]
util.datamanager: Return an error string when pcall fails on a loaded list file.

13 years agoutil.datamanager: When failing to load a list file, and the file exists, log an error...
Waqas Hussain [Thu, 9 Dec 2010 19:21:09 +0000 (00:21 +0500)]
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.

13 years agoutil.datamanager: When failing to load a list file, and the file exists, log an error...
Waqas Hussain [Thu, 9 Dec 2010 19:21:09 +0000 (00:21 +0500)]
util.datamanager: When failing to load a list file, and the file exists, log an error, and return nil, error.

13 years agousermanager: Removed redundant import of util.datamanager and util.hashes.
Waqas Hussain [Thu, 9 Dec 2010 19:07:28 +0000 (00:07 +0500)]
usermanager: Removed redundant import of util.datamanager and util.hashes.

13 years agousermanager: Removed redundant import of util.datamanager and util.hashes.
Waqas Hussain [Thu, 9 Dec 2010 19:07:28 +0000 (00:07 +0500)]
usermanager: Removed redundant import of util.datamanager and util.hashes.

13 years agoutil.ztact: Removed.
Waqas Hussain [Thu, 9 Dec 2010 18:31:57 +0000 (23:31 +0500)]
util.ztact: Removed.

13 years agoutil.ztact: Removed.
Waqas Hussain [Thu, 9 Dec 2010 18:31:57 +0000 (23:31 +0500)]
util.ztact: Removed.

13 years agonet.dns: Removed dependency on util.ztact by moving ztact.get/set in.
Waqas Hussain [Thu, 9 Dec 2010 18:22:21 +0000 (23:22 +0500)]
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.

13 years agonet.dns: Removed dependency on util.ztact by moving ztact.get/set in.
Waqas Hussain [Thu, 9 Dec 2010 18:22:21 +0000 (23:22 +0500)]
net.dns: Removed dependency on util.ztact by moving ztact.get/set in.

13 years agomod_console: Removed redundant code for host:activate() and host:deactivate(), now...
Waqas Hussain [Thu, 9 Dec 2010 17:17:28 +0000 (22:17 +0500)]
mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking.

13 years agomod_console: Removed redundant code for host:activate() and host:deactivate(), now...
Waqas Hussain [Thu, 9 Dec 2010 17:17:28 +0000 (22:17 +0500)]
mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking.

13 years agohostmanager: Improved error handling.
Waqas Hussain [Thu, 9 Dec 2010 16:40:54 +0000 (21:40 +0500)]
hostmanager: Improved error handling.

13 years agohostmanager: Improved error handling.
Waqas Hussain [Thu, 9 Dec 2010 16:40:54 +0000 (21:40 +0500)]
hostmanager: Improved error handling.

13 years agohostmanager: deactivate() now returns true on success.
Waqas Hussain [Thu, 9 Dec 2010 16:12:39 +0000 (21:12 +0500)]
hostmanager: deactivate() now returns true on success.

13 years agohostmanager: deactivate() now returns true on success.
Waqas Hussain [Thu, 9 Dec 2010 16:12:39 +0000 (21:12 +0500)]
hostmanager: deactivate() now returns true on success.

13 years agohostmanager: activate() now gets the host config from configmanager when a config...
Waqas Hussain [Thu, 9 Dec 2010 16:11:12 +0000 (21:11 +0500)]
hostmanager: activate() now gets the host config from configmanager when a config isn't given.

13 years agohostmanager: activate() now gets the host config from configmanager when a config...
Waqas Hussain [Thu, 9 Dec 2010 16:11:12 +0000 (21:11 +0500)]
hostmanager: activate() now gets the host config from configmanager when a config isn't given.

13 years agocerts/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
Matthew Wild [Wed, 8 Dec 2010 17:01:23 +0000 (17:01 +0000)]
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)

13 years agocerts/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
Matthew Wild [Wed, 8 Dec 2010 17:01:23 +0000 (17:01 +0000)]
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)

13 years agoprosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.
Waqas Hussain [Tue, 7 Dec 2010 21:29:37 +0000 (02:29 +0500)]
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.

13 years agoprosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.
Waqas Hussain [Tue, 7 Dec 2010 21:29:37 +0000 (02:29 +0500)]
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists.

13 years agoxmlhandlers: DELETED.
Matthew Wild [Tue, 7 Dec 2010 19:27:58 +0000 (19:27 +0000)]
xmlhandlers: DELETED.

13 years agoxmlhandlers: DELETED.
Matthew Wild [Tue, 7 Dec 2010 19:27:58 +0000 (19:27 +0000)]
xmlhandlers: DELETED.

13 years agoutil.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)
Matthew Wild [Tue, 7 Dec 2010 19:26:38 +0000 (19:26 +0000)]
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)

13 years agoutil.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)
Matthew Wild [Tue, 7 Dec 2010 19:26:38 +0000 (19:26 +0000)]
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)

13 years agotools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with...
Matthew Wild [Tue, 7 Dec 2010 19:22:08 +0000 (19:22 +0000)]
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code

13 years agotools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with...
Matthew Wild [Tue, 7 Dec 2010 19:22:08 +0000 (19:22 +0000)]
tools/xep227toprosody.lua: Rename ns_xep227 to xmlns_xep227 for consistency with main Prosody code

13 years agotools/xep227toprosody.lua: Convert to use util.xmppstream
Matthew Wild [Tue, 7 Dec 2010 19:20:33 +0000 (19:20 +0000)]
tools/xep227toprosody.lua: Convert to use util.xmppstream

13 years agotools/xep227toprosody.lua: Convert to use util.xmppstream
Matthew Wild [Tue, 7 Dec 2010 19:20:33 +0000 (19:20 +0000)]
tools/xep227toprosody.lua: Convert to use util.xmppstream