diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-11 18:10:09 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 18:10:09 +0300 |
| commit | 17ec7bcbd5cb500f73c81c0275c0200b9bf4a2f1 (patch) | |
| tree | 016391b6ef9d0b307f03db759217120046b11326 /protocols/Teams/src/teams_utils.h | |
| parent | 9bd79fa9cbff4a517d171c58e8c2ad2d4fa7a02c (diff) | |
fixes #4963 (Teams: невозможно изменить статус после подключения)
Diffstat (limited to 'protocols/Teams/src/teams_utils.h')
| -rw-r--r-- | protocols/Teams/src/teams_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Teams/src/teams_utils.h b/protocols/Teams/src/teams_utils.h index 58255e53c1..dc79d1e2b5 100644 --- a/protocols/Teams/src/teams_utils.h +++ b/protocols/Teams/src/teams_utils.h @@ -26,6 +26,9 @@ const wchar_t* GetSkypeNick(const wchar_t *szSkypeId); CMStringA ParseUrl(const char *url, const char *token); +int SkypeToMirandaStatus(const char *status); +const char *MirandaToSkypeStatus(int status); + bool AddBbcodes(CMStringA &str); bool IsPossibleUserType(const char *pszUserId); |
