index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Presence
/
XMPP.hs
Age
Commit message (
Expand
)
Author
2013-07-12
Removed redundant imports
joe
2013-07-11
changed handling of "none" case of getRoster mapping of config files to
joe
2013-07-11
Handle rejection case.
joe
2013-07-11
roster updates and presence notification in case of a new subscription.
joe
2013-07-10
Send subscription requests to client for approval, and then
joe
2013-07-10
process peer subscription approval and notify client of new buddy.
joe
2013-07-09
Auto-reply approval to remote peer in case a requested subscription
joe
2013-07-09
todo stubs
joe
2013-07-09
todo comments
joe
2013-07-09
send subscription requests to remote peers
joe
2013-07-08
Send roster push events to client in case of subscription requests.
joe
2013-07-08
clientRequestsSubscription work in progress...
joe
2013-07-07
more roster stubs and some readibility edits
joe
2013-07-07
Replies to get-roster requests from client.
joe
2013-07-07
Oops, i wanted that crap in JabberClientSession, not JabberPeerSession.
joe
2013-07-05
XMPP module now calls setResource "" on empty bind requests.
joe
2013-07-04
whosocket.hs demonstrates acquiring uid,pid,tty/display from
joe
2013-07-02
better exception handling
joe
2013-07-02
Send cached presence to client
joe
2013-07-02
presence probe bug fixes
joe
2013-07-02
Reply to presence probes.
joe
2013-07-02
Construct & send presence probes.
joe
2013-07-01
Changed PresenceProbe constructor to have both "from" and "to" fields.
joe
2013-07-01
Cache presence probes until a connection is ready.
joe
2013-07-01
Added stubs for PresenceProbe message
James Crayne
2013-07-01
progress toward sending presence probes
joe
2013-07-01
track remote useres in the remoteUsers map.
joe
2013-07-01
Moved set of announced presences from fromPeer thread to the associated
joe
2013-07-01
removed debug noise on pings
joe
2013-07-01
fixed gatherElement bug (it was bypassing the NestingXML api)
joe
2013-06-30
bug fixes
joe
2013-06-30
handle presence announcements between peers
joe
2013-06-30
regarding outbound-to-peer connections: changed from socket Handle to
joe
2013-06-30
outgoing connections to peers added to XMPP.hs.
joe
2013-06-30
listen for remote peers
joe
2013-06-29
implemented service-unavailable reply.
joe
2013-06-29
more info on unhandled stanza
joe
2013-06-29
reply to iq-set-session
joe
2013-06-29
Switched NestingXML to StateT
joe
2013-06-29
NestingXML experiment
joe
2013-06-29
fixed namespace for iq/bind/jid
joe
2013-06-29
bind-resource protocol implemented
joe
2013-06-28
Fixed gatherElement bug
joe
2013-06-28
Attempt to control buffer sends with renderBytes...
joe
2013-06-28
greet client, skip unknown elements, quit at </stream>
joe
2013-06-28
Converted fromClient to use MaybeT
joe
2013-06-28
implemented xmlifyPresenceForClient in XMPP module
joe
2013-06-28
xml-conduit parsing for packets inbound from clients
joe
2013-06-27
Restricted exports from XMPP.hs
joe
2013-06-27
Started conduits-based XMPP module (will replace XMPPServer)
joe