client.lua

changeset 48
abccad4b8559
parent 47
3ebffb4fc48c
child 49
9c10ff584e87
--- a/client.lua	Mon Jan 25 22:07:25 2010 +0000
+++ b/client.lua	Wed Feb 17 00:24:54 2010 +0000
@@ -13,8 +13,10 @@
 
 local xmlns_stream = "http://etherx.jabber.org/streams";
 
-local stream_callbacks = { stream_tag = xmlns_stream.."\1stream", 
-		default_ns = "jabber:client" };
+local stream_callbacks = {
+	stream_ns = xmlns_stream,
+	stream_tag = "stream",
+	 default_ns = "jabber:client" };
 	
 function stream_callbacks.streamopened(stream, attr)
 	if not stream:event("opened") then

mercurial