xmppstream -> xmlstream

Mon, 06 Dec 2010 04:39:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 06 Dec 2010 04:39:22 +0000
changeset 5
58d3cecc68b7
parent 4
e471f0014523
child 6
4afd0e6206b2

xmppstream -> xmlstream

feeds.lua file | annotate | diff | comparison | revisions
--- a/feeds.lua	Mon Dec 06 04:38:47 2010 +0000
+++ b/feeds.lua	Mon Dec 06 04:39:22 2010 +0000
@@ -4,7 +4,7 @@
 
 local http = require "socket.http";
 local st = require "stanza";
-local new_stream = require "xmppstream".new;
+local new_stream = require "xmlstream".new;
 
 local xmlns_atom = "http://www.w3.org/2005/Atom";
 

mercurial