summaryrefslogtreecommitdiff
path: root/stun/stunagent.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with MSVCNirbheek Chauhan2018-12-141-2/+1
| | | | Tested inside Cerbero with VS 2017
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-261-0/+1
| | | | | | | | Client should stop sending connectivity checks with legacy FINGERPRINT when it receives a conncheck message containing IMPLEMENTATION-VERSION attribute. Differential Revision: https://phabricator.freedesktop.org/D1139
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-261-7/+12
| | | | | | | | | Windows Live Messenger is a discontinued service. We can repurpose STUN_COMPATIBILITY_WLM2009 as [MS-ICE2] compatibility. The orignial WLM enumerator is kept for the sake of API compatibility. Differential Revision: https://phabricator.freedesktop.org/D1137
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-1/+9
|
* Fix copyright headers for all filesYouness Alaoui2010-02-161-2/+4
|
* Adding 'Since' gtk-doc tags to specify since which version each function has ↵Youness Alaoui2010-02-161-0/+4
| | | | become available (for non 0.0.1 ones)
* stun_agent_set_software must also take a const char *, not just a char *Youness Alaoui2009-11-041-2/+2
|
* Add a stun_agent_set_software API and correctly append only the first 128 ↵Youness Alaoui2009-11-041-1/+30
| | | | utf-8 characters
* Fix documentationYouness Alaoui2009-03-311-18/+20
|
* Updating docsYouness Alaoui2009-03-311-1/+17
|
* Adding new stun API stun_agent_forget_transaction to forget a saved ↵Youness Alaoui2009-03-271-0/+18
| | | | transaction id when the transaction times out
* Install the headers to the appropriate directory and specify how to include ↵Youness Alaoui2009-03-051-0/+1
| | | | the files from the docs
* Change includes to minimize non public API from being includedYouness Alaoui2009-03-051-0/+1
|
* Add documentation for libstun and fix some docs elsewhereYouness Alaoui2009-02-231-18/+257
|
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-231-0/+14
|
* Stun agent usage flags are now into an enum tooYouness Alaoui2009-02-231-9/+39
|
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming ↵Youness Alaoui2009-02-161-5/+5
| | | | convention
* add WLM2009 compatibility mode to libnice and libstunYouness Alaoui2009-02-091-1/+2
|
* Replace all references to 3489BIS into RFC 5389 as it has just been releasedYouness Alaoui2008-11-031-2/+2
|
* Fix includes for win32 compilationYouness Alaoui2008-11-031-1/+8
|
* New STUN agent flag : NO_INDICATION_AUTH, to tell the agent that indication ↵Youness Alaoui2008-09-191-1/+2
| | | | messages may not use authentication. Some turn servers will send data indications without username/message-integrity
* Fix long term credentials validation/creation of responses and error saying ↵Youness Alaoui2008-09-101-0/+2
| | | | unauthorized on 401/400 error responses
* Replace the SERVER attribute with the SOFTWARE attribute per draft 17Olivier Crête2008-08-141-1/+1
|
* Adding a 'force validater' usage flag for the stun agent and made libnice ↵Youness Alaoui2008-07-301-0/+1
| | | | use it for msn support
* No need to have those as const.. as it forces the user to fill the structure ↵Youness Alaoui2008-07-291-4/+4
| | | | at creation
* Make a difference between an unauthorized validation because ↵Youness Alaoui2008-06-191-1/+18
| | | | username/password do not exist and with the unauthorized when the key doesn't match. Also commented the validation return values
* Add a default validater functionYouness Alaoui2008-06-191-0/+11
|
* fix bad usage flag valueYouness Alaoui2008-06-161-1/+1
|
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-131-4/+5
|
* Updating stun to include an agentYouness Alaoui2008-06-061-0/+111