Matthew Wild
2c5c164889
Destroy session on failed dialback instead of throwing an error
2008-12-25 02:30:56 +00:00
Matthew Wild
2e83fd69f7
Add support for dialback piggy-backing. Fixes #37 . Thanks to CShadowRun for helping me test :)
2008-12-13 17:43:52 +00:00
Matthew Wild
d3ad4a5123
0.1 -> 0.2
2008-12-10 15:44:03 +00:00
Matthew Wild
c92d90f3f5
Fix the last couple of places where we send strings from mod_dialback
2008-12-05 05:28:16 +00:00
Matthew Wild
7c9f4818c3
Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
2008-12-05 05:23:42 +00:00
Matthew Wild
0c5cc83112
Insert copyright/license headers
2008-12-03 14:39:07 +00:00
Matthew Wild
a153b3c267
Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.
2008-11-27 03:12:12 +00:00
Matthew Wild
ccb65fee13
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
2008-11-19 23:18:12 +00:00
Matthew Wild
762904eba2
Show which session got disconnected in log message
2008-11-19 22:03:39 +00:00
Matthew Wild
761c52771a
Don't error if the original s2s connection has closed before we get the dialback result
2008-11-19 21:07:40 +00:00
Matthew Wild
22df06d27d
Now outgoing s2s sessions are associated with their from_host, fixes #15
2008-11-14 02:54:56 +00:00
Matthew Wild
428fc65bbc
Some more logging fixes
2008-11-14 02:41:37 +00:00
Waqas Hussain
a88ddeb67d
Fixed some whitespace.
2008-11-06 16:57:10 +05:00
Matthew Wild
4851756ca4
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
2008-11-01 21:07:14 +00:00