diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-23 13:50:35 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-23 13:50:35 +0300 |
| commit | 6b40f4a98aef9adf12d5ed943b247b451a4de43a (patch) | |
| tree | 16fcee2bea6d62fb5d96e0af953bc395b9372042 /protocols/Teams/src/teams_utils.h | |
| parent | a82410a3c20ba13969f37d3ab14f6e8ca1067284 (diff) | |
Teams: presence support
Diffstat (limited to 'protocols/Teams/src/teams_utils.h')
| -rw-r--r-- | protocols/Teams/src/teams_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Teams/src/teams_utils.h b/protocols/Teams/src/teams_utils.h index 1fe980ef06..59931a4a3a 100644 --- a/protocols/Teams/src/teams_utils.h +++ b/protocols/Teams/src/teams_utils.h @@ -26,7 +26,7 @@ const wchar_t* GetSkypeNick(const wchar_t *szSkypeId); CMStringA ParseUrl(const char *url, const char *token); -int SkypeToMirandaStatus(const char *status); +int TeamsToMirandaStatus(const char *status); bool AddBbcodes(CMStringA &str); |
