summaryrefslogtreecommitdiff
path: root/Presence/Presence.hs
AgeCommit message (Expand)Author
2018-10-03Moved resolving duty to Connection manager.Joe Crayne
2018-09-07xmpp: cache stream nameJoe Crayne
2018-09-07Removed obsolete Connection.Tox.Joe Crayne
2018-07-06xmpp: Enable sending to lower-cased Tox peer without user field.Joe Crayne
2018-07-06tox-to-xmpp: presence updates.Joe Crayne
2018-07-05Use ordinary (.tox) hostnames in JIDs from Tox peers to clients.Joe Crayne
2018-06-28Enable xmpp client to use long-form hex toxid for add-buddy operation.Joe Crayne
2018-06-25Forward instant messages from XMPP clients to Tox peers.joe
2018-06-24xmpp: allow server to change it's name (important for tox peers).joe
2018-06-24ToxToXMPP: Check solicited only for the correct secret key.joe
2018-06-24Added tox-id annotation to tox peer connections.joe
2018-06-24XMPP: Type-checking on various uses of SockAddr.joe
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22It sends tox-messages to pidgin!joe
2018-06-21Remember whether peers are Tox or XMPP connections.joe
2018-06-21WIP: Deliver tox generated messages to xmpp clients.joe
2018-06-21Send outgoing friend requests from XMPP clients.joe
2018-06-21Rewrote modifyRosterFile for clarity.joe
2018-06-21Avoid awkward "flip (maybe ...)" pattern.joe
2018-06-20More DPut stuffjim@bo
2018-06-20Export non-ResourceT interface to xmppServer.joe
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