Feature #11306
Move #tails to XMPP
100%
Description
Related issues
Related to Tails - |
Resolved | 2016-05-14 |
History
#1 Updated by emmapeel 2016-04-04 12:52:37
- blocks
Feature #7874: Find a more stable solution for Tails default chat support channel added
#2 Updated by emmapeel 2016-04-04 12:58:48
- blocked by deleted (
)Feature #7874: Find a more stable solution for Tails default chat support channel
#3 Updated by emmapeel 2016-04-04 12:59:06
- Parent task set to
Feature #7874
#4 Updated by sajolida 2016-04-07 02:12:54
Tor uses anonymous logins on XMPP for live and one-time user support
sessions. We could ask them for tricks or if we can use it for testing
maybe.
#5 Updated by intrigeri 2016-04-07 03:09:03
> Tor uses anonymous logins on XMPP for live and one-time user support sessions. We could ask them for tricks or if we can use it for testing maybe.
I suggest you let the people who work on Feature #11307 and Feature #11317 know, as it’s outside of the scope of what I committed to do on this ticket.
#6 Updated by sycamoreone 2016-04-12 13:01:43
@sajolida Is there any documentation about what kind of anonymous accounts they use? Or a person one could ask questions?
#7 Updated by intrigeri 2016-04-16 15:40:59
- Target version changed from Tails_2.3 to Tails_2.4
#8 Updated by intrigeri 2016-04-29 15:39:46
- Status changed from Confirmed to In Progress
- Feature Branch set to feature/11306-move-tails-support-to-xmpp
#9 Updated by intrigeri 2016-04-29 15:41:08
Drafted the needed code and doc changes. Started updating the automated test suite.
#10 Updated by intrigeri 2016-05-07 07:36:30
- Assignee changed from intrigeri to sajolida
- QA Check set to Ready for QA
sajolida: please review the doc changes on this branch.
Then, please pass it to anonym who will review the code changes.
Thanks!
(The situation on #tails is really concerning, I’m told, so I would like to speed up this migration a bit.)
#11 Updated by anonym 2016-05-09 03:37:21
sajolida, note that I already merged this branch (by mistake, due to Bug #10443).
#12 Updated by muri 2016-05-09 06:50:26
fyi, these are the most important workflows for managing an xmpp channel:
to make a jid silent, but jid can still read whats happening:
/role visitor jid
the role is lost on rejoion
to kick a nick
/kick jid
after a kick, the jid can rejoin
to ban a nick
/ban jid reason
this makes a jid an outcast; all outcasts can be listed by using:
/affiliate outcast
ro remove affiliation:
/affiliate none jid
#13 Updated by anonym 2016-05-09 09:17:42
- Status changed from In Progress to Fix committed
Applied in changeset commit:07b6d3b11d12abc660359f569a344f2ea24a36f7.
#14 Updated by intrigeri 2016-05-14 06:21:48
- related to
Bug #11413: Test suite: newly added XMPP account is not persisted, and "Pidgin has the expected persistent accounts configured" doesn't notice added
#15 Updated by sajolida 2016-05-16 10:21:34
- Assignee changed from sajolida to anonym
Adjusted the documentation a bit in d7f9ad1..aeff321.
#16 Updated by intrigeri 2016-05-21 15:36:51
- Assignee changed from anonym to intrigeri
#17 Updated by intrigeri 2016-05-21 15:49:47
- Assignee deleted (
intrigeri) - QA Check changed from Ready for QA to Pass
Reviewed, looks good. Thanks!
#18 Updated by anonym 2016-06-08 01:26:16
- Status changed from Fix committed to Resolved