It's basically a matter of - implement TpBaseProtocolClass->get_avatar_details - update TpBaseProtocolClass->get_interfaces_array - update the manager file See bug #31757 for similar work in Haze.
Created attachment 86128 [details] [review] constants.py: sync with Gabble
Created attachment 86129 [details] [review] protocol: claim that we implement Avatars
Created attachment 86130 [details] [review] protocol: implement get_avatar_details()
Created attachment 86131 [details] [review] write-mgr-file: write Avatars properties
Comment on attachment 86128 [details] [review] constants.py: sync with Gabble Review of attachment 86128 [details] [review]: ----------------------------------------------------------------- ::: tests/twisted/constants.py @@ +97,2 @@ > > +CALL_STATE_UNKNOWN = 0, This is a tuple, unless you delete the comma.
Comment on attachment 86129 [details] [review] protocol: claim that we implement Avatars Review of attachment 86129 [details] [review]: ----------------------------------------------------------------- OK
Comment on attachment 86130 [details] [review] protocol: implement get_avatar_details() Review of attachment 86130 [details] [review]: ----------------------------------------------------------------- OK
Comment on attachment 86131 [details] [review] write-mgr-file: write Avatars properties Review of attachment 86131 [details] [review]: ----------------------------------------------------------------- Looks good, thanks
Insta-r+ with that comma deleted (and also for deleting it in Gabble).
fixed and merged to master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.