[Release] wrt-commons_0.2.145
[framework/web/wrt-commons.git] / modules / utils / src / warp_iri.cpp
index b00f257..a08551f 100644 (file)
@@ -41,7 +41,7 @@ namespace {
 // hard drive. What's why we cannot check any iri with file schema.
 
 const char *IRI_IGNORED_SCHEME[] = { "file://", "widget://", "app://", "tel:",
-                                     "sms:", "mmsto:", "mailto:", "data:", "blob:",
+                                     "sms:", "smsto:", "mmsto:", "mailto:", "data:", "blob:",
                                      "tizen-service:", 0 };
 
 const DPL::String SCHEMA_HTTP = DPL::FromUTF8String("http");