summaryrefslogtreecommitdiff
path: root/Presence/XMPP.hs
AgeCommit message (Expand)Author
2014-01-02Fixed build against newer libraries.joe
2013-11-18Recovery from PING TIMEOUTjoe
2013-11-18updates buddy list on ping timeout.joe
2013-11-18ping workjoe
2013-11-17Ping debug printsjoe
2013-11-17close socket on ping timeoutjoe
2013-11-17Added RestrictedSocket parameter to ActivityBumpjoe
2013-11-11peer ping timeout logicjoe
2013-11-11More ping workjoe
2013-11-11Send service-unavailable on unsupported peer iq requests.joe
2013-11-11WIP: server2server pingsjoe
2013-07-31oops, fixed body & subject tag namespaces for client.joe
2013-07-31Sends incomming messages to client, checked in overlooked filejoe
2013-07-29Progress toward support for messaging.joe
2013-07-20remove eroneous requirement of "from" attribute on client announcedjoe
2013-07-20Progress toward respecting client's requeseted presence state.joe
2013-07-19More complete support for <show> tagjoe
2013-07-18Give up on outgoing connection when incomming is detected as gone.joe
2013-07-17Fixed offline trackingjoe
2013-07-15Moved all output to module: Loggingjoe
2013-07-15Exported ClientCommands channel to main module so that we can startjoe
2013-07-14Removed old or wrong commentsjoe
2013-07-14removed unused codejoe
2013-07-14Factored the cache and retry pattern into module SendMessagejoe
2013-07-13refactored, more layeringjoe
2013-07-13factored out xml marshalling into separate module.joe
2013-07-12Removed redundant importsjoe
2013-07-11changed handling of "none" case of getRoster mapping of config files tojoe
2013-07-11Handle rejection case.joe
2013-07-11roster updates and presence notification in case of a new subscription.joe
2013-07-10Send subscription requests to client for approval, and thenjoe
2013-07-10process peer subscription approval and notify client of new buddy.joe
2013-07-09Auto-reply approval to remote peer in case a requested subscriptionjoe
2013-07-09todo stubsjoe
2013-07-09todo commentsjoe
2013-07-09send subscription requests to remote peersjoe
2013-07-08Send roster push events to client in case of subscription requests.joe
2013-07-08clientRequestsSubscription work in progress...joe
2013-07-07more roster stubs and some readibility editsjoe
2013-07-07Replies to get-roster requests from client.joe
2013-07-07Oops, i wanted that crap in JabberClientSession, not JabberPeerSession.joe
2013-07-05XMPP module now calls setResource "" on empty bind requests.joe
2013-07-04whosocket.hs demonstrates acquiring uid,pid,tty/display fromjoe
2013-07-02better exception handlingjoe
2013-07-02Send cached presence to clientjoe
2013-07-02presence probe bug fixesjoe
2013-07-02Reply to presence probes.joe
2013-07-02Construct & send presence probes.joe
2013-07-01Changed PresenceProbe constructor to have both "from" and "to" fields.joe
2013-07-01Cache presence probes until a connection is ready.joe