index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Presence
/
XMPPServer.hs
Age
Commit message (
Expand
)
Author
2013-06-28
xml-conduit parsing for packets inbound from clients
joe
2013-06-27
Started conduits-based XMPP module (will replace XMPPServer)
joe
2013-06-27
Converted to SocketLike and quitListening interfaces.
joe
2013-06-27
Removed redundant imports.
James Crayne
2013-06-27
removed getPeerCred from XMPPServer module
joe
2013-06-26
minor edit
joe
2013-06-26
comments
joe
2013-06-26
Send offline events when a peer goes down.
joe
2013-06-26
connect' takes a port number now
joe
2013-06-26
Send remote presence to clients.
joe
2013-06-25
quiet debug prints
joe
2013-06-25
Fixed whitespace bug
joe
2013-06-25
SEnd addresses on the wire between peers rather than domain names.
joe
2013-06-24
announcePresence interface
joe
2013-06-21
cached outgoing presence messages until socket becomes available.
joe
2013-06-21
Parse/Lex fixes. Presence now received by remote peer.
joe
2013-06-20
Work toward sending outgoing messages to remote peers
joe
2013-06-19
oops
joe
2013-06-19
Shared hostname with client-connection.
joe
2013-06-19
Added listening on port 5269 for remote peers.
joe
2013-06-19
xml presence notifications now sent to client.
joe
2013-06-19
combined presence-handling & socket-writing thread.
joe
2013-06-19
presence subscription API
joe
2013-06-17
progress on sessions
joe
2013-06-17
XMPPSession class
joe
2013-06-17
minor clean up
joe
2013-06-16
TryParse monad, for cleaner xmppParse function
joe
2013-06-16
removed some debug noise.
joe
2013-06-16
Now obtains uid of local peer.
joe
2013-06-15
Moved xmpp server into module
joe