summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
AgeCommit message (Expand)Author
2014-03-03send probes and solicitationsjoe
2014-02-22Switch to LockedChan, easier to debug.joe
2014-02-22Handle multiple clients per userjoe
2014-02-21TODO commentsjoe
2014-02-21Message delivery with failure reporting.joe
2014-02-21pidgin hack, error message in simulated chat.joe
2014-02-19more type signaturesjoe
2014-02-19Type signaturesjoe
2014-02-18wrapStanzaConduit for detection of interrupted stanzasjoe
2014-02-18log delivery failuresjoe
2014-02-18end to end messagingjoe
2014-02-17deliver message from client to remote peer.joe
2014-02-17communicate roster filesjoe
2014-02-17oops cloneTChanjoe
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-16Updated XMPPServer to use SockAddr user data for Serverjoe
2014-02-16xmppSubscribeToRosterjoe
2014-02-16xmppDeliverMessagejoe
2014-02-16send rosterjoe
2014-02-16parse Message stanzasjoe
2014-02-16more presence parsingjoe
2014-02-16Use XMPPServerParameters instead of ResourcePolicy.joe
2014-02-15send service-unavailable responses for iq queriesjoe
2014-02-15Answer client bind-resource request. Quieted connect-fail messages.joe
2014-02-15Recongize stanza type BindResourcejoe
2014-02-14client connectionsjoe
2014-02-14stanzaToConduitjoe
2014-02-14Refactored Stanza typejoe
2014-02-14copyToChan keeps a stack of closersjoe
2014-02-14Refactored most of xmppServer into a new module XMPPServerjoe
2013-07-12Removed HaXML based parsing & deleted obsolete modules.joe
2013-06-30outgoing connections to peers added to XMPP.hs.joe
2013-06-28xml-conduit parsing for packets inbound from clientsjoe
2013-06-27Started conduits-based XMPP module (will replace XMPPServer)joe
2013-06-27Converted to SocketLike and quitListening interfaces.joe
2013-06-27Removed redundant imports.James Crayne
2013-06-27removed getPeerCred from XMPPServer modulejoe
2013-06-26minor editjoe
2013-06-26commentsjoe
2013-06-26Send offline events when a peer goes down.joe
2013-06-26connect' takes a port number nowjoe
2013-06-26Send remote presence to clients.joe
2013-06-25quiet debug printsjoe
2013-06-25Fixed whitespace bugjoe
2013-06-25SEnd addresses on the wire between peers rather than domain names.joe
2013-06-24announcePresence interfacejoe