lp://staging/~phablet-team/messaging-framework/telepathy-metadata-interface
- Get this branch:
- bzr branch lp://staging/~phablet-team/messaging-framework/telepathy-metadata-interface
Branch merges
- system-apps-ci-bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 345 lines (+258/-3)7 files modifiedinclude/messaging/qt/tp/interfaces/base_channel_destroyable_internal.h (+1/-1)
include/messaging/qt/tp/interfaces/base_channel_file_transfer_metadata.h (+76/-0)
include/messaging/qt/tp/interfaces/base_channel_file_transfer_metadata_internal.h (+54/-0)
include/messaging/qt/tp/interfaces/base_channel_roles_internal.h (+2/-1)
include/messaging/qt/tp/interfaces/types.h (+4/-1)
src/CMakeLists.txt (+3/-0)
src/messaging/qt/tp/interfaces/base_channel_file_transfer_metadata.cpp (+118/-0)
Branch information
Recent revisions
- 54. By Roberto Mier Escandon
-
Fixes the problem of having the content as string instead of as data. Both types are indeed taken into account now.
Approved by system-apps-ci-bot, Tiago Salem Herrmann.
- 53. By Roberto Mier Escandon
-
Added flags generic type
Added permissions flags for groups in group_manager, so that every plugin has to fill them with the ones the current user has as participant in the groupNOTE: this MR should be landed along with https:/
/code.launchpad .net/~ningbo- team/ningbo/ group-own- permissions/ +merge/ 302308. Approved by system-apps-ci-bot, Tiago Salem Herrmann.
- 52. By Roberto Mier Escandon
-
- When cancelling group, do this:
1) remove self handle giving a reason
2) close channel- Provided an enum of generic reasons for cancelling the group
- Removed not needed on_closed() callback in Chat object.NOTE: This MRs should be landed along with https:/
/code.launchpad .net/~ningbo- team/ningbo/ set-reason- when-cancelling -group/ +merge/ 302508. Approved by Tiago Salem Herrmann, system-apps-ci-bot.
- 51. By Roberto Mier Escandon
-
Defines BaseChannelRole
sInterface, needed to set different roles for the group members.
This interface can be plugged to channels
Here is the final specification:org.freedesktop
.Telepathy. Channel. Interface. Roles Methods:
UpdateRoles (a{uu}:ContactRoles) -> nothing Signals:
RolesChanged (a{uu}:Added, a{uu}:Removed)Properties:
Roles a{uu} (Handle_Roles_Map) Read only
CanUpdateRoles b Read onlyTypes:
Channel_Roles Flags u
Handle_Roles_Map Mapping a{uu}.
Approved by Tiago Salem Herrmann, system-apps-ci-bot.
- 48. By Roberto Mier Escandon
-
Included support for remote and local members update.
Approved by system-apps-ci-bot, Gustavo Pichorim Boiko.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/messaging-framework