summaryrefslogtreecommitdiff
path: root/modules/presence/subscriber.c
Commit message (Collapse)AuthorAge
* use warning() instead of error()Alfred E. Heggestad2017-09-10
| | | | ref https://github.com/alfredh/baresip/issues/295
* Presence: Handle contacts added at run-time (#276)Jonathan Sieber2017-07-06
| | | | | | | | * Add contact_presence getter * Add contact_remove() function * presence: Handle contacts added at runtime
* remove ua_prm(), use ua_account() insteadAlfred E. Heggestad2016-09-04
|
* presence: fix doxygen warningAlfred E. Heggestad2016-08-14
|
* contact: make contacts re-entrantAlfred E. Heggestad2016-07-24
|
* presence: define the SHUTDOWN_DELAY value as enumAlfred E. Heggestad2016-06-11
|
* presence: use correct struct in deref_handlerAlfred E. Heggestad2016-06-08
|
* modules/presence: in re_regex calls, added NULL result param for each []Juha Heinanen2016-03-13
| | | | in order to avoid crash
* modules/presence: allow white space before xml element closing tagsJuha Heinanen2016-03-13
|
* presence: ignore return value from mem_deref()Alfred E. Heggestad2016-01-17
|
* ua: add event UA_EVENT_SHUTDOWNAlfred E. Heggestad2015-11-22
| | | | | | | | | | | - this event is sent when the uag is shutting down - modules can subscribe to this event to check when the shutdown sequence has started - presence,mwi: add usage of SHUTDOWN event and add 500ms delay fixes #30 https://github.com/alfredh/baresip/issues/30
* presence/options patch from JuhaAlfred E. Heggestad2014-11-01
| | | | | | | | | | | | | most of this work was done by Juha Heinanen, and reviewed by me. thanks! - menu: add support for sending SIP OPTIONS requests to any peer, using the 'o' command - presence: add support for PUBLISH, set ;pubint=N to activate - ua: add Allow/Supported header to OPTIONS reply add MESSAGE to allowed methods
* modules/presence: allow notify without bodyJuha Heinanen2014-09-21
|
* re api changes:Alfred E. Heggestad2014-02-22
| | | | | - sip_param_decode() renamed to msg_param_decode() - use msg_ctype_cmp() to check for Content-Type
* baresip 0.4.10Alfred E. Heggestad2014-02-09