HACKERS

Sat, 01 Nov 2008 21:07:14 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 01 Nov 2008 21:07:14 +0000
changeset 191
e64c8a44060f
parent 93
2d60e7871ddd
child 527
98aaa20af6a2
permissions
-rw-r--r--

Fix s2s once and for all
- Moved dialback to the new mod_dialback (mostly).
- Modules can now supply a list of origins to handle to add_handler
- Modules can now handle and process any stanza, overriding the core
- Modules handle non-jabber:client/jabber:server xmlns'd stanzas

13
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Welcome hackers!
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
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>
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4
93
2d60e7871ddd Fix MUC address
Matthew Wild <mwild1@gmail.com>
parents: 13
diff changeset
5 You can also find us in the chatroom at lxmppd@conference.heavy-horse.co.uk
13
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6
716632cca05d Coding style doc, HACKERS file
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
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.

mercurial