Mercurial > libervia-backend
annotate MANIFEST.in @ 3254:6cf4bd6972c2
core, frontends: avatar refactoring:
/!\ huge commit
Avatar logic has been reworked around the IDENTITY plugin: plugins able to handle avatar
or other identity related metadata (like nicknames) register to IDENTITY plugin in the
same way as for other features like download/upload. Once registered, IDENTITY plugin will
call them when suitable in order of priority, and handle caching.
Methods to manage those metadata from frontend now use serialised data.
For now `avatar` and `nicknames` are handled:
- `avatar` is now a dict with `path` + metadata like `media_type`, instead of just a string
path
- `nicknames` is now a list of nicknames in order of priority. This list is never empty,
and `nicknames[0]` should be the preferred nickname to use by frontends in most cases.
In addition to contact specified nicknames, user set nickname (the one set in roster) is
used in priority when available.
Among the side changes done with this commit, there are:
- a new `contactGet` bridge method to get roster metadata for a single contact
- SatPresenceProtocol.send returns a Deferred to check when it has actually been sent
- memory's methods to handle entities data now use `client` as first argument
- metadata filter can be specified with `getIdentity`
- `getAvatar` and `setAvatar` are now part of the IDENTITY plugin instead of XEP-0054 (and
there signature has changed)
- `isRoom` and `getBareOrFull` are now part of XEP-0045 plugin
- jp avatar/get command uses `xdg-open` first when available for `--show` flag
- `--no-cache` has been added to jp avatar/get and identity/get
- jp identity/set has been simplified, explicit options (`--nickname` only for now) are
used instead of `--field`. `--field` may come back in the future if necessary for extra
data.
- QuickContactList `SetContact` now handle None as a value, and doesn't use it to delete the
metadata anymore
- improved cache handling for `metadata` and `nicknames` in quick frontend
- new `default` argument in QuickContactList `getCache`
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 14 Apr 2020 21:00:33 +0200 |
parents | e80694d536d7 |
children | 5d926c7b0d99 |
rev | line source |
---|---|
2571
4aca060075b7
setup: version is now set in SAT/VERSION, sat is not imported anymore in setup
Goffi <goffi@goffi.org>
parents:
2562
diff
changeset
|
1 include MANIFEST.in sat/VERSION |
268
7111b98c58b3
distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents:
235
diff
changeset
|
2 global-include *.py |
7111b98c58b3
distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents:
235
diff
changeset
|
3 global-include *.ini |
229 | 4 global-include *.po *.mo |
5 global-include CHANGELOG COPYING* INSTALL README* | |
6 global-include *.sh | |
3024 | 7 global-include Makefile *.rst *.bat |
3030
e80694d536d7
install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents:
3024
diff
changeset
|
8 graft misc |
e80694d536d7
install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents:
3024
diff
changeset
|
9 graft doc |
e80694d536d7
install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents:
3024
diff
changeset
|
10 include sat_frontends/jp/jp sat_frontends/primitivus/primitivus |
e80694d536d7
install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents:
3024
diff
changeset
|
11 include sat/bridge/bridge_constructor |
1999
30e83614af48
fixed exclusion of vim's undo file in MANIFEST.in
Goffi <goffi@goffi.org>
parents:
1291
diff
changeset
|
12 global-exclude *.un~ |
3030
e80694d536d7
install (manifest): fixed old paths which where still used
Goffi <goffi@goffi.org>
parents:
3024
diff
changeset
|
13 prune sat/bridge/bridge_constructor/generated |