# HG changeset patch # User Matthew Wild # Date 1323225960 0 # Node ID f47afb171e6e862b28fdde6409e51e19cce0b198 # Parent c1404c69dec99b44a837dd90d7bc972809c9a28b verse.bosh: Minor change to pass Verse stream to stream callbacks (though it isn't currently used by them) diff -r c1404c69dec9 -r f47afb171e6e bosh.lua --- a/bosh.lua Wed Dec 07 02:45:11 2011 +0000 +++ b/bosh.lua Wed Dec 07 02:46:00 2011 +0000 @@ -187,7 +187,7 @@ self:_disconnected(); return; end - local session = { notopen = true, log = self.log }; + local session = { notopen = true, stream = self }; local stream = new_xmpp_stream(session, stream_callbacks); stream:feed(response); return session.payload;