Approve room invitations

We use to rely on Empathy for this but as we plan to allow users to be
connected on IM without having Empathy running the Shell should do it now.

https://bugzilla.gnome.org/show_bug.cgi?id=653740
This commit is contained in:
Guillaume Desmottes
2011-06-30 14:05:41 +02:00
parent c34b357051
commit 998c5f17fc
4 changed files with 163 additions and 11 deletions

View File

@ -111,5 +111,8 @@ void shell_get_contact_events (TplLogManager *log_manager,
guint num_events,
GAsyncReadyCallback callback);
void shell_decline_dispatch_op (TpAddDispatchOperationContext *context,
const gchar *message);
G_END_DECLS
#endif /* __SHELL_TP_CLIENT_H__ */