summaryrefslogtreecommitdiff
path: root/Presence/Nesting.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-11-02Avoid deprecated Conduit interface in library modules.Joe Crayne
2016-02-22Compiles with latest stackage ltsAndrew Cady
However, it can't possibly work, because of this: XMPPServer.hs: > renderBuilderFlush = undefined The (real) definition of that function will have to be provided by a forked version of xml-conduit which is not included in this commit.
2014-02-19more type signaturesjoe
2014-02-16Use XMPPServerParameters instead of ResourcePolicy.joe
Also: some presence status parsing.
2014-02-12Reply to pings with pongs.joe