* defaults to 0
* adds X seconds to expires before being stored in htable or database
* causes subscribes to not be removed prematurely
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/654
-- Commit Summary --
* presence: add new parameter `subscribe_expires_offset`
-- File Changes --
M modules/presence/doc/presence_admin.xml (20)
M modules/presence/presence.c (67)
M modules/presence/presence.h (1)
M modules/presence/subscribe.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/654.patchhttps://github.com/kamailio/kamailio/pull/654.diff
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/654
Hello,
following past discussions about different formats resulted when
generating readme files for modules on various systems, which typically
led to conflicts when backporting, I put in place a cron job running on
kamailio.org to fetch from github the docbook files, generate the readme
and push them back.
The cron job is running every 15min.
>From now on it is no longer needed to generate the readme yourself. Just
commit the changes to xml files and push them to git repository. The
readme will be refreshed automatically in a bit.
The commits in this case are done by a generic git account named
kamailio-dev.
The commit message looks like:
modules: readme files regenerated - app_mono ...
Only the first module that has the readme updated is listed (in this
example being app_mono).
The readmes are automatically generated for master and 4.4 branches.
If you do consistent changes to the docbook file, you can generate the
readme locally to be sure there is no error, then restore the old
version before committing - relevant commands:
make modules-readme modules=modules/async
rm modules/async/README
git checkout modules/async/README
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com - http://www.kamailio.orghttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Module: kamailio
Branch: master
Commit: 5c7bcb50b0fa0b5cbf401a983bcbc9fe050fbf25
URL: https://github.com/kamailio/kamailio/commit/5c7bcb50b0fa0b5cbf401a983bcbc9f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-06-08T15:16:13+02:00
modules: readme files regenerated - purple ...
---
Modified: modules/purple/README
---
Diff: https://github.com/kamailio/kamailio/commit/5c7bcb50b0fa0b5cbf401a983bcbc9f…
Patch: https://github.com/kamailio/kamailio/commit/5c7bcb50b0fa0b5cbf401a983bcbc9f…
---
diff --git a/modules/purple/README b/modules/purple/README
index 6a18cab..74f95b3 100644
--- a/modules/purple/README
+++ b/modules/purple/README
@@ -79,6 +79,9 @@ Chapter 1. Admin Guide
1. Overview
+ Note: the module is not actively maintained and may be deprecated in
+ the near future.
+
Purple module is a multi-protocol instant-messaging gateway module
which use libpurple, the library that Pidgin (ex-gaim) is based on.
Module: kamailio
Branch: master
Commit: 4a681437a22ededb8392d06db6bfd0d377649051
URL: https://github.com/kamailio/kamailio/commit/4a681437a22ededb8392d06db6bfd0d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-06-08T15:01:23+02:00
purple: added note in the docs that the module is not actively maintained
---
Modified: modules/purple/doc/purple_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4a681437a22ededb8392d06db6bfd0d…
Patch: https://github.com/kamailio/kamailio/commit/4a681437a22ededb8392d06db6bfd0d…
---
diff --git a/modules/purple/doc/purple_admin.xml b/modules/purple/doc/purple_admin.xml
index 55b000a..3701c74 100644
--- a/modules/purple/doc/purple_admin.xml
+++ b/modules/purple/doc/purple_admin.xml
@@ -10,14 +10,18 @@
<!-- Module User's Guide -->
<chapter>
-
+
<title>&adminguide;</title>
-
+
<section>
<title>Overview</title>
<para>
+ Note: the module is not actively maintained and may be deprecated
+ in the near future.
+ </para>
+ <para>
Purple module is a multi-protocol instant-messaging gateway module
- which use <emphasis>libpurple</emphasis>, the library that Pidgin
+ which use <emphasis>libpurple</emphasis>, the library that Pidgin
(ex-gaim) is based on.
</para>
<para>
Module: kamailio
Branch: master
Commit: 816ece3d35fea26d656addb38f73412d3f7c33b3
URL: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-06-08T14:44:16+02:00
app_java: added note in makefile about generating the readme on a system without java
---
Modified: modules/app_java/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412…
Patch: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412…
---
diff --git a/modules/app_java/Makefile b/modules/app_java/Makefile
index c348ffd..c925b41 100644
--- a/modules/app_java/Makefile
+++ b/modules/app_java/Makefile
@@ -1,6 +1,8 @@
-#
+#
# WARNING: do not run this directly, it should be run by the master Makefile
+# to generate readme file on a system without java, use DOCBUILD=yes in make command
+
include ../../Makefile.defs
auto_gen=
NAME=app_java.so