Merge lp:~ted/url-dispatcher/pim-urls into lp:url-dispatcher/13.10

Proposed by Ted Gould
Status: Merged
Approved by: Bill Filler
Approved revision: 26
Merged at revision: 25
Proposed branch: lp:~ted/url-dispatcher/pim-urls
Merge into: lp:url-dispatcher/13.10
Diff against target: 22 lines (+12/-0)
1 file modified
service/dispatcher.c (+12/-0)
To merge this branch: bzr merge lp:~ted/url-dispatcher/pim-urls
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Bill Filler (community) Approve
Review via email: mp+186426@code.launchpad.net

Commit message

Add URLs for PIM apps

Description of the change

More URL formats.

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'service/dispatcher.c'
2--- service/dispatcher.c 2013-09-18 16:57:06 +0000
3+++ service/dispatcher.c 2013-09-18 19:19:07 +0000
4@@ -86,6 +86,18 @@
5
6 /* TODO: Make these come from registrations, but this works for now */
7 url_type_t url_types[] = {
8+ /* Address Book */
9+ {
10+ .regex_patern = "^addressbook://",
11+ .regex_object = NULL,
12+ .app_id = "address-book-app"
13+ },
14+ /* Messages */
15+ {
16+ .regex_patern = "^message://",
17+ .regex_object = NULL,
18+ .app_id = "messaging-app"
19+ },
20 /* Music */
21 {
22 .regex_patern = "^music://",

Subscribers

People subscribed via source and target branches