aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppclient_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* Backed out changeset 4adc53e03b4d (garbage collection)Matthew Wild2008-10-241-1/+1
|
* Extra garbage collection, for debuggingMatthew Wild2008-10-241-1/+1
|
* Partial s2s commitMatthew Wild2008-10-241-1/+1
|
* Fix for not destroying sessions when connection closed.Matthew Wild2008-10-231-0/+13
|
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-0/+74
- Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater