summaryrefslogtreecommitdiff
path: root/modules/presence
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
|
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* 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
|
* fix warnings in mwi and presence moduleAlfred E. Heggestad2015-11-23
|
* 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: use struct sipevent_sock instance from coreAlfred E. Heggestad2015-10-31
| | | | | | | | | | - remove own instance of "struct sipevent_sock" in notifier - add a new handler uag_set_sub_handler for incoming SUBSCRIBE messages after this patch there should be only 1 global instance of sipevent_sock, in ua.c -- this patch will also fix a bug where sipevent could not find the subscription/notification and replies with 481
* make sip_req_send() publicAlfred E. Heggestad2015-09-26
|
* presence: use correct reference to RFC 3903Alfred E. Heggestad2014-12-24
|
* presence: fix whitespace formatting (use TAB)Alfred E. Heggestad2014-11-20
|
* presence: publish online status when ua first registers successfullyJuha Heinanen2014-11-19
| | | | | - reset publish fail count to 0 after success - shortened initial publish delay to 10 ms
* presence: fixed typo in stringJuha Heinanen2014-11-19
|
* presence: fix formattingAlfred E. Heggestad2014-11-18
|
* presence: added ua param to publisher and notifier update status functionsJuha Heinanen2014-11-18
|
* presence: made presence status UA specificJuha Heinanen2014-11-18
|
* 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