diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2013-03-16 11:59:22 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-16 11:59:22 +0000 |
commit | 3c9204c9912cae3ecd14c2fb75dda454ca0dd448 (patch) | |
tree | 7a1cf80146d4c59c1337029129edf2214df36073 /doc/bugs/assistant_-_GTalk_collision | |
parent | 0d01e9f3d3a060f2dd41944f19dafb8e8ed40273 (diff) |
Added a comment: GTalk wants you to implement its "shared status" protocol
Diffstat (limited to 'doc/bugs/assistant_-_GTalk_collision')
-rw-r--r-- | doc/bugs/assistant_-_GTalk_collision/comment_1_ab2c1f36113d40f27e1893d32f214296._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/assistant_-_GTalk_collision/comment_1_ab2c1f36113d40f27e1893d32f214296._comment b/doc/bugs/assistant_-_GTalk_collision/comment_1_ab2c1f36113d40f27e1893d32f214296._comment new file mode 100644 index 000000000..4e66052cf --- /dev/null +++ b/doc/bugs/assistant_-_GTalk_collision/comment_1_ab2c1f36113d40f27e1893d32f214296._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://smcv.pseudorandom.co.uk/" + nickname="smcv" + subject="GTalk wants you to implement its "shared status" protocol" + date="2013-03-16T11:59:22Z" + content=""" +For invisibility to work, GTalk demands that every connected resource implements its \"shared status\" extension. Given that git-annex sets negative priority, this seems like a GTalk bug - it should ignore negative-priority resources when deciding whether it can be invisible - but it seems unlikely to be fixed. + +We implement shared status in telepathy-gabble (mostly in src/conn-presence.c, tests in tests/twisted/presence/shared-status.py) if it's any help. + +<http://code.google.com/apis/talk/jep_extensions/shared_status.html> +"""]] |