summaryrefslogtreecommitdiff
path: root/Presence/Presence.hs
AgeCommit message (Collapse)Author
2018-05-29WIP: Deliver friend-request to xmpp client.joe
2018-05-27Comments.joe
2018-05-23fix build on earlier directory packageJames Crayne
2018-05-24More consistency in name of client JID.joe
2018-05-24More comments.joe
2018-05-24Diagnostic comments and debug print.joe
2018-05-22Configurable bind-addresses for xmpp.joe
2018-05-19Activate tox user key from xmpp configuration.joe
2018-05-18Daemon options to enable or disable XMPP.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-21ToxManager reworked stubs.joe
2017-11-21Interface to enable Tox users in an XMPP client's roster.joe
2017-11-20Finished TODO stubs: Multiple identities/rosters for a single unix user.joe
2017-11-20WIP: Multiple identities/rosters for a single unix user.joe
2017-11-17Generic connection manager for Tox and XMPP.joe
2017-11-13Minor edit.joe
2017-11-12We no longer require root. (ConsoleWriter is disabled without).joe
2017-11-09Factored out Presence.hs from main module xmppServer.hs.joe