summaryrefslogtreecommitdiff
path: root/Assistant/XMPP/Client.hs
Commit message (Collapse)AuthorAge
* When an XMPP server has SRV records, try them, but don't then fall back to ↵Gravatar Joey Hess2013-07-20
| | | | | | | | | | | the regular host if they all fail. gmail.com has some XMPP SRV records, but does not itself respond to XMPP traffic, although it does accept connections on port 5222. So if a user entered the wrong password, it would try all the SRVs and fall back to trying gmail, and hang at that point. This seems the right thing to do, not just a workaround.
* when xmpp connection fails, show the host(s) it tried to connect toGravatar Joey Hess2013-05-27
|
* factor out CredsGravatar Joey Hess2012-11-14
|
* fix creation of creds directory for xmppGravatar Joey Hess2012-11-10
|
* rename xmpp creds fileGravatar Joey Hess2012-11-03
| | | | it's not just about push notifications anymore
* xmpp buddy list trackingGravatar Joey Hess2012-11-02