diff --git a/plugins/xmm7xxx.c b/plugins/xmm7xxx.c index 4443d4cc..5cb843b9 100644 --- a/plugins/xmm7xxx.c +++ b/plugins/xmm7xxx.c @@ -48,6 +48,7 @@ #include #include #include +#include #include #include @@ -340,6 +341,8 @@ static void xmm7xxx_post_online(struct ofono_modem *modem) if (gprs && gc) ofono_gprs_add_context(gprs, gc); + + ofono_ims_create(modem, "xmm7modem", data->chat); } static int xmm7xxx_probe(struct ofono_modem *modem)