git-annex/Assistant/Threads
Joey Hess 17e84a8096 switch to directed presence for pair requests
Testing between Google Talk and prosody, the directed IQ messages
were not received. Google Talk probably only relays them between
clients using the same account.

I first tried even more directed presence, with each client JID being sent
a separate presence, but that didn't work on Google Talk, particularly
it was ignored when one client sent it to another client using the same
account.

So, presence directed at the user@host of the client to pair with. Tested
working between Google Talk and prosody (in both directions), as well
as between two clients with the same account on Google Talk, and
two clients with the same account on prosody.

Only problem with this form of directed presence is that if I also use it
for git pushes, more clients than are interested in a push's data will
receive it. So I may need some better approach, or a hybrid between
directed IQ and directed presence.
2012-11-03 21:19:59 -04:00
..
Committer.hs finished pushing Assistant monad into all relevant files 2012-10-30 17:14:51 -04:00
ConfigMonitor.hs don't delay at startup 2012-10-30 17:23:42 -04:00
DaemonStatus.hs cleanup daemonStatus accessors 2012-10-30 14:44:18 -04:00
Merger.hs where indentation 2012-10-31 02:34:03 -04:00
MountWatcher.hs where indentation 2012-10-31 02:34:03 -04:00
NetWatcher.hs refactor XMPP client 2012-11-03 14:16:17 -04:00
PairListener.hs add buddy list to pairing UI 2012-11-02 21:13:06 -04:00
Pusher.hs where indentation 2012-10-31 02:34:03 -04:00
SanityChecker.hs pushed Assistant monad down into DaemonStatus code 2012-10-30 15:39:15 -04:00
TransferPoller.hs pushed Assistant monad down into DaemonStatus code 2012-10-30 15:39:15 -04:00
Transferrer.hs where indentation 2012-10-31 02:34:03 -04:00
TransferScanner.hs finished pushing Assistant monad into all relevant files 2012-10-30 17:14:51 -04:00
TransferWatcher.hs where indentation 2012-10-31 02:34:03 -04:00
Watcher.hs finished pushing Assistant monad into all relevant files 2012-10-30 17:14:51 -04:00
WebApp.hs moved ThreadedMonad to Types 2012-10-29 19:07:10 -04:00
XMPPClient.hs switch to directed presence for pair requests 2012-11-03 21:19:59 -04:00