summaryrefslogtreecommitdiff
path: root/Presence
AgeCommit message (Collapse)Author
2013-10-02Fixed ./b style build failure.joe
2013-07-31oops, fixed body & subject tag namespaces for client.joe
2013-07-31Sends incomming messages to client, checked in overlooked filejoe
Logging.hs
2013-07-29Progress toward support for messaging.joe
2013-07-26Added tracking of xml:lang attribute.joe
2013-07-20remove eroneous requirement of "from" attribute on client announcedjoe
presence.
2013-07-20Now honors client's requested status.joe
2013-07-20Progress toward respecting client's requeseted presence state.joe
2013-07-20Changed activeUsers field to keep track of attached clients.joe
2013-07-19More complete support for <show> tagjoe
2013-07-19indicated client's prefered resource id in debug messagejoe
2013-07-18Give up on outgoing connection when incomming is detected as gone.joe
2013-07-18Added warning on sIsConnected for case the socket was made into ajoe
Handle.
2013-07-18More methods in SocketLikejoe
2013-07-17Fixed offline trackingjoe
2013-07-15Moved all output to module: Loggingjoe
2013-07-15Exported ClientCommands channel to main module so that we can startjoe
tracking clients for messaging and client status.
2013-07-14renamed outgoingConnections to remotePeers in the PresenceState globaljoe
record.
2013-07-14Removed old or wrong commentsjoe
2013-07-14removed unused codejoe
2013-07-14Factored the cache and retry pattern into module SendMessagejoe
2013-07-13refactored, more layeringjoe
2013-07-13factored out xml marshalling into separate module.joe
2013-07-13Shorter comment about utmp profiling issuejoe
2013-07-13Comments for main & startjoe
2013-07-13more comments in main.hsjoe
2013-07-13comments in main.hs, updated modules.svgjoe
2013-07-12Removed HaXML based parsing & deleted obsolete modules.joe
2013-07-12Removed redundant importsjoe
2013-07-11changed handling of "none" case of getRoster mapping of config files tojoe
roster.
2013-07-11Handle rejection case.joe
2013-07-11roster updates and presence notification in case of a new subscription.joe
2013-07-10Send subscription requests to client for approval, and thenjoe
forward the answer to the remote peer. Todo: related roster update.
2013-07-10process peer subscription approval and notify client of new buddy.joe
2013-07-09Auto-reply approval to remote peer in case a requested subscriptionjoe
is already established.
2013-07-09todo stubsjoe
2013-07-09todo commentsjoe
2013-07-09send subscription requests to remote peersjoe
2013-07-08maintain uniqueness of items in config listsjoe
2013-07-08Send roster push events to client in case of subscription requests.joe
2013-07-08clientRequestsSubscription work in progress...joe
2013-07-08added addSolicited call & fixed bug in ConfigFiles.addItemjoe
2013-07-07more roster stubs and some readibility editsjoe
2013-07-07Replies to get-roster requests from client.joe
2013-07-07Oops, i wanted that crap in JabberClientSession, not JabberPeerSession.joe
2013-07-07Made three new config lists available to XMPP module.joe
2013-07-07getters for three new lists: others,pending,solicited.joe
2013-07-05Now assigns tty for resource id.joe
2013-07-05moved identifyTTY to LocalPeerCredjoe
2013-07-05save active local users as (user,tty,pid) tuples rather than JIDs.joe
quieted debug prints in identifyTTY