summaryrefslogtreecommitdiff
path: root/Presence/XMPP.hs
AgeCommit message (Expand)Author
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
2013-07-01Added stubs for PresenceProbe messageJames Crayne
2013-07-01progress toward sending presence probesjoe
2013-07-01track remote useres in the remoteUsers map.joe
2013-07-01Moved set of announced presences from fromPeer thread to the associatedjoe
2013-07-01removed debug noise on pingsjoe
2013-07-01fixed gatherElement bug (it was bypassing the NestingXML api)joe
2013-06-30bug fixesjoe
2013-06-30handle presence announcements between peersjoe
2013-06-30regarding outbound-to-peer connections: changed from socket Handle tojoe
2013-06-30outgoing connections to peers added to XMPP.hs.joe
2013-06-30listen for remote peersjoe
2013-06-29implemented service-unavailable reply.joe
2013-06-29more info on unhandled stanzajoe
2013-06-29reply to iq-set-sessionjoe
2013-06-29Switched NestingXML to StateTjoe
2013-06-29NestingXML experimentjoe
2013-06-29fixed namespace for iq/bind/jidjoe
2013-06-29bind-resource protocol implementedjoe
2013-06-28Fixed gatherElement bugjoe
2013-06-28Attempt to control buffer sends with renderBytes...joe
2013-06-28greet client, skip unknown elements, quit at </stream>joe
2013-06-28Converted fromClient to use MaybeTjoe
2013-06-28implemented xmlifyPresenceForClient in XMPP modulejoe
2013-06-28xml-conduit parsing for packets inbound from clientsjoe