Annotate
Quite some changes, to:
- Small logging fix for s2smanager
- Send a stream error if an incoming s2s connection is to an unrecognised hostname (fixes #11)
- init_xmlhandlers now takes a table of callbacks (includes changes to net/xmpp*_listener for this)
- Move sending of unavailable presence to where it should be, sessionmanager.destroy_session
- Fix sending of stream errors to wrong connection
author |
Matthew Wild <mwild1@gmail.com> |
date |
Tue, 18 Nov 2008 17:52:33 +0000 |
parent |
93:2d60e7871ddd |
child |
527:98aaa20af6a2 |
rev |
line source |
13
|
1 Welcome hackers!
|
|
2
|
|
3 This project accepts and *encourages* contributions. If you would like to get involved you can join us on our mailing list at: <doh, we need a mailing list>
|
|
4
|
93
|
5 You can also find us in the chatroom at lxmppd@conference.heavy-horse.co.uk
|
13
|
6
|
|
7 Patches are welcome, though before sending we would appreciate if you read docs/coding_style.txt for guidelines on how to format your code.
|