summaryrefslogtreecommitdiff
path: root/xmppServer.hs
AgeCommit message (Expand)Author
2014-03-01improved variable name writeTos -> keyToChanjoe
2014-03-01Compilesjoe
2014-02-28work in progresjoe
2014-02-22Switch to LockedChan, easier to debug.joe
2014-02-22Handle multiple clients per userjoe
2014-02-18end to end messagingjoe
2014-02-17deliver message from client to remote peer.joe
2014-02-17Find peers from buddy lists.joe
2014-02-17communicate roster filesjoe
2014-02-17cloneTChan unavailable in wheezy :(joe
2014-02-17Get username and tty for jidjoe
2014-02-17tell{Client/Peer}HisName parametersjoe
2014-02-17xmppServer method now returns opague data structure XMPPServerjoe
2014-02-16xmppTellMyNamejoe
2014-02-16xmppSubscribeToRosterjoe
2014-02-16xmppDeliverMessagejoe
2014-02-16send rosterjoe
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