Annotate
mod_c2s: Don't call ondisconnect manually on close, it is now called by net.server. Replace with inline code for destroying the session, and also waiting for a reply </stream:stream> if there is a chance of further data sent by the client. session.send() on a half-closed stream returns false (and does not deliver the data).
author |
Matthew Wild <mwild1@gmail.com> |
date |
Sun, 22 Jul 2012 16:59:12 +0100 |
parent |
2664:33651e3f68b2 |
child |
7359:a5a080c12c96 |
rev |
line source |
13
|
1 Welcome hackers!
|
|
2
|
1082
|
3 This project accepts and *encourages* contributions. If you would like to get
|
|
4 involved you can join us on our mailing list and discussion rooms. More
|
|
5 information on these at http://prosody.im/discuss
|
13
|
6
|
1082
|
7 Patches are welcome, though before sending we would appreciate if you read
|
2664
|
8 docs/coding_style.txt for guidelines on how to format your code, and other tips.
|
|
9
|
|
10 Documentation for developers can be found at http://prosody.im/doc/developers
|
|
11
|
|
12 Have fun :)
|