Skip to content

Commit

Permalink
Adds detection for Webex Teams
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Jan 30, 2025
1 parent fbfd602 commit a816e28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Parser/Client/fixtures/mobile_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2333,3 +2333,9 @@
type: mobile app
name: YouTube
version: 1.92.52
-
user_agent: WebexTeams
client:
type: mobile app
name: Webex Teams
version: ""
5 changes: 5 additions & 0 deletions regexes/client/mobile_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,11 @@
name: 'Skype for Business'
version: '$1'

# Webex Teams (https://www.webex.com/)
- regex: 'WebexTeams'
name: 'Webex Teams'
version: ''

# GroupMe (https://apps.apple.com/us/app/groupme/id392796698)
- regex: 'GroupMe/([\d.]+)'
name: 'GroupMe'
Expand Down

0 comments on commit a816e28

Please sign in to comment.