summaryrefslogtreecommitdiff
path: root/xmppServer.hs
AgeCommit message (Expand)Author
2014-03-08WIP: clientInformSubscriptionjoe
2014-03-08todo coment outline to complete roster logicjoe
2014-03-08peerSubscriptionRequestjoe
2014-03-08finished clientSubscriptionRequest, WIP: peerSuscriptionRequestjoe
2014-03-08more roster stubsjoe
2014-03-07peerSubscriptionRequest todo stubjoe
2014-03-07xmppClientSubscriptionRequest, work in progressjoe
2014-03-07answer probes only for subscribed peersjoe
2014-03-07Failure notice in irssijoe
2014-03-06 * Set "interested" flag when roster requested.joe
2014-03-06Do not send cached presence until a resource has sent initial presence.joe
2014-03-06Send cached presence to client.joe
2014-03-06Oops, fixed namespaces on Offline notificationsjoe
2014-03-06offline notificationsjoe
2014-03-06multiply presence for client (for hostname aliases)joe
2014-03-05notify subscribers of status changesjoe
2014-03-05tested: informs client of remote presences when peer comes onlinejoe
2014-03-05untested: inform clients about remote presencesjoe
2014-03-05from addresses for probe repliesjoe
2014-03-05oopsjoe
2014-03-05reply to probes (untested)joe
2014-03-04Repaired broken stanzaFromList, probes are sent.joe
2014-03-03Disabled broken codejoe
2014-03-03improved readibility for unsplitJIDjoe
2014-03-03cosmeticjoe
2014-03-03send probes and solicitationsjoe
2014-03-03TraversableT based sendProbesAndSolicitations codejoe
2014-03-02remotesByPeer map for tracking presence of remote usersjoe
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