diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-16 15:37:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-16 16:00:37 -0400 |
commit | 0d967326df6332d701e39206d3389b4770735397 (patch) | |
tree | ee1935781f6398685cc04322bdf9c93c168f477e /doc/design/assistant/xmpp.mdwn | |
parent | e49fedcb95420362ee2c37540e095ba430f64372 (diff) |
xmpp: Re-enable XA flag, since disabling it did not turn out to help with the problems Google Talk has with not always sending presence messages to clients.
Diffstat (limited to 'doc/design/assistant/xmpp.mdwn')
-rw-r--r-- | doc/design/assistant/xmpp.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/xmpp.mdwn b/doc/design/assistant/xmpp.mdwn index 5f6d367fb..fed79527e 100644 --- a/doc/design/assistant/xmpp.mdwn +++ b/doc/design/assistant/xmpp.mdwn @@ -39,8 +39,7 @@ using presence messages, and chat messages (with empty body tags, so clients don't display them). git-annex sets a negative presence priority, to avoid any regular messages -getting eaten by its clients. It also sets itself extended away. (XA -no longer used; see 90e47088908c2374d5d9306f4dacdf22de599cf5.) +getting eaten by its clients. It also sets itself extended away. Note that this means that chat messages always have to be directed at specific git-annex clients. |