summaryrefslogtreecommitdiff
path: root/Presence/XMPP.hs
AgeCommit message (Expand)Author
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
2013-06-27Restricted exports from XMPP.hsjoe
2013-06-27Started conduits-based XMPP module (will replace XMPPServer)joe