summaryrefslogtreecommitdiff
path: root/xmppServer.hs
AgeCommit message (Expand)Author
2014-02-16Use XMPPServerParameters instead of ResourcePolicy.joe
2014-02-14Refactored most of xmppServer into a new module XMPPServerjoe
2014-02-13fixed wheezy buildjoe
2014-02-13ConnectWithEndlessRetryjoe
2014-02-13WIP: connect/retry logic for wanted peersjoe
2014-02-12Added ConnectFail eventjoe
2014-02-12Reply to pings with pongs.joe
2014-02-12pass output channel to xmppInbound handlerjoe
2014-02-12send xmpp server-to-server pings (todo: the from address)joe
2014-02-12Slightly less picky handshake for peer (nextElement rather than withXML)joe
2014-02-11Added Chunk/Flush logic to outgoing connections in xmppServerjoe
2014-02-11Switched to throw-to instead of hClose to quit reader threadjoe
2014-02-11send-ping framework for xmppServerjoe
2014-02-10more xmppServer workjoe
2014-02-10Fixed ping bug, forked connection thread in xmppServerjoe
2014-02-09new Server code, xmppServer demojoe