Software / code / prosody
Comparison
core/xmlhandlers.lua @ 355:e25c8d91b37f
Remove a debug print() from xmlhandlers
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 20 Nov 2008 01:31:15 +0000 |
| parent | 341:a9e02b5c58d2 |
| child | 519:cccd610a0ef9 |
comparison
equal
deleted
inserted
replaced
| 354:9b461ae785b1 | 355:e25c8d91b37f |
|---|---|
| 66 end | 66 end |
| 67 end | 67 end |
| 68 | 68 |
| 69 if not stanza then --if we are not currently inside a stanza | 69 if not stanza then --if we are not currently inside a stanza |
| 70 if session.notopen then | 70 if session.notopen then |
| 71 print("client opening with "..tostring(name)); | |
| 72 if name == "stream" then | 71 if name == "stream" then |
| 73 if cb_streamopened then | 72 if cb_streamopened then |
| 74 cb_streamopened(session, attr); | 73 cb_streamopened(session, attr); |
| 75 end | 74 end |
| 76 return; | 75 return; |