diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-04 15:30:13 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-04 15:30:38 +0300 |
commit | 5fc4e483a326e60c4410049c3e667edaa5650757 (patch) | |
tree | 4aa93a06999cf47fdd498c09c1af1adf2454931d /plugins/NewStory/src/templates.h | |
parent | 35f3a41206cc576853943620d7d9a7efe593fed5 (diff) |
newstory: added support of jabber subscription
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r-- | plugins/NewStory/src/templates.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h index 89b5d2a431..c8e23f2225 100644 --- a/plugins/NewStory/src/templates.h +++ b/plugins/NewStory/src/templates.h @@ -52,6 +52,7 @@ enum TPL_AUTH, TPL_ADDED, TPL_DELETED, + TPL_PRESENCE, TPL_COPY_MESSAGE, TPL_COPY_FILE, @@ -62,6 +63,7 @@ enum TPL_COPY_AUTH, TPL_COPY_ADDED, TPL_COPY_DELETED, + TPL_COPY_PRESENCE, TPL_COUNT }; |