summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
AgeCommit message (Expand)Author
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
2013-06-21cached outgoing presence messages until socket becomes available.joe
2013-06-21Parse/Lex fixes. Presence now received by remote peer.joe
2013-06-20Work toward sending outgoing messages to remote peersjoe
2013-06-19oopsjoe
2013-06-19Shared hostname with client-connection.joe
2013-06-19Added listening on port 5269 for remote peers.joe
2013-06-19xml presence notifications now sent to client.joe
2013-06-19combined presence-handling & socket-writing thread.joe
2013-06-19presence subscription APIjoe
2013-06-17progress on sessionsjoe
2013-06-17XMPPSession classjoe
2013-06-17minor clean upjoe
2013-06-16TryParse monad, for cleaner xmppParse functionjoe
2013-06-16removed some debug noise.joe
2013-06-16Now obtains uid of local peer.joe
2013-06-15Moved xmpp server into modulejoe