Bug 69629 - [salut] port to tp-glib 0.99.1
Summary: [salut] port to tp-glib 0.99.1
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: salut (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on: 69628
Blocks: 69431
  Show dependency treegraph
 
Reported: 2013-09-20 21:58 UTC by Xavier Claessens
Modified: 2013-09-25 15:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Comment 1 Simon McVittie 2013-09-23 10:02:57 UTC
> - IMPLEMENT (get_alias_flags);

Is the replacement property implemented?

> - TpHandleRepoIface *repos[NUM_TP_HANDLE_TYPES])
> + TpHandleRepoIface *repos[TP_NUM_HANDLE_TYPES])

Please sed this in master

> + "message", G_TYPE_STRING, message,

This is going to crash if message is null, please copy the updated shim from wherever Guillaume committed it (Idle? tp-glib?) or double-check that message is never null

> -#define SALUT_PROTOCOL_LOCAL_XMPP_ICON_NAME "im-" SALUT_PROTOCOL_LOCAL_XMPP_NAME
> +#define SALUT_PROTOCOL_LOCAL_XMPP_ICON_NAME "im-local-xmpp"

Ugh, that hadn't occurred to me. We should probably change TpProtocol in next so it applies s/_/-/ when deriving the default icon name? :-(

> +++ b/tests/twisted/constants.py

Please sync this from Gabble on master, so it uses PREFIX more and the resulting diff is less horrible.
Comment 2 Simon McVittie 2013-09-25 15:03:59 UTC
(In reply to comment #1)
> > - IMPLEMENT (get_alias_flags);
> 
> Is the replacement property implemented?

Still needs doing?

> > - TpHandleRepoIface *repos[NUM_TP_HANDLE_TYPES])
> > + TpHandleRepoIface *repos[TP_NUM_HANDLE_TYPES])
> 
> Please sed this in master

done

> > + "message", G_TYPE_STRING, message,
> 
> This is going to crash if message is null, please copy the updated shim from
> wherever Guillaume committed it (Idle? tp-glib?) or double-check that
> message is never null

Still needs doing?

> Ugh, that hadn't occurred to me. We should probably change TpProtocol in
> next so it applies s/_/-/ when deriving the default icon name? :-(

done

> > +++ b/tests/twisted/constants.py
> 
> Please sync this from Gabble on master, so it uses PREFIX more and the
> resulting diff is less horrible.

done
Comment 3 Xavier Claessens 2013-09-25 15:29:29 UTC
All done now, 'next' branch pushed.


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.