Ticket #130 (closed enhancement: duplicate)

Opened 5 years ago

Last modified 5 years ago

Recent conference rooms

Reported by: melo Owned by:
Priority: normal Milestone: 1.1
Component: Multi-User Chat Version: version 0.8
Keywords: Cc:

Description

The client should keep a list of recent joined conference rooms.

The information to keep:

  • the jid of the conference room;
  • the account I used to connect;
  • the nickname of choice.

Change History

Changed 5 years ago by melo

  • component changed from GUI to Multi-User Chat

Changed 5 years ago by melo

After implementing #133, we could use it to store the recent list.

We would add an element to each bookmark like this:

<conference name='Council of Oberon' 
           autojoin='true'
           jid='council@conference.underhill.org'>
   <nick>Puck</nick>
   <r:recent xmlns:r="pt.sapo.msg.recent-muc-list" />
</conference>

The presence of the <r:recent xmlns:r="pt.sapo.msg.recent-muc-list" /> would tell us that this bookmark belongs in the recent rooms and not a full fledged bookmark.


      

Changed 5 years ago by dbcm

Yes

Changed 5 years ago by dbcm

  • milestone changed from Future to 1.1

Changed 5 years ago by jppavao

  • status changed from new to closed
  • resolution set to duplicate

Basically the same as ticket #39.

Note: See TracTickets for help on using tickets.