name: presence version: 0.0.1 cabal-version: >=1.2 build-type: Simple license: AllRightsReserved license-file: "" synopsis: XMPP Server which detects unix logins description: When users login to your localhost, their presence is detected and announced to connected xmpp clients. presence is a modern XMPP variant of the old Unix Talk program. Eventually, this will be expanded to become a peer-to-peer service allowing xmpp instant messaging between separate computers as well. And somewhere down the road, extended again to make use of Jingle to facilitate VOIP. author: Joe Crayne data-dir: "" executable presence build-depends: HList -any, async -any, base -any, binary -any, blaze-builder -any, blaze-builder-conduit -any, bytestring -any, bytestring-show -any, conduit -any, containers -any, cpu -any, data-default -any, deepseq -any, directory -any, filepath -any, hinotify -any, mtl -any, network -any, random -any, stm -any, template-haskell -any, text (>=0.11.2.0), transformers -any, unix -any, xml-conduit -any, xml-types -any, stm-delay -any main-is: main.hs buildable: True cpp-options: -DRENDERFLUSH c-sources: Presence/monitortty.c hs-source-dirs: . Presence other-modules: Data.BitSyntax ByteStringOperators ConfigFiles FGConsole LocalPeerCred UTmp GetHostByAddr ServerC SocketLike XMPP XMPPTypes NestingXML Text.XML.Stream.Render Text.XML.Stream.Token ghc-prof-options: -DNOUTMP