~moonmaker/skype4empathy/trunk

« back to all changes in this revision

Viewing changes to skypeweb/libskypeweb.h

  • Committer: eionrobb
  • Date: 2014-12-27 06:53:27 UTC
  • Revision ID: svn-v4:a094effa-da3d-0410-9f80-1db20ef89389:trunk:696
SkypeWeb : Add settings to make it quickier to update the fake Skype for Web version when it changes (like right now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
#define SKYPEWEB_LOGIN_HOST "login.skype.com"
82
82
#define SKYPEWEB_VIDEOMAIL_HOST "vm.skype.com"
83
83
 
 
84
#define SKYPEWEB_CLIENTINFO_NAME "swx-skype.com"
 
85
#define SKYPEWEB_CLIENTINFO_VERSION "908/1.0.0.30"
 
86
 
84
87
typedef struct _SkypeWebAccount SkypeWebAccount;
85
88
typedef struct _SkypeWebBuddy SkypeWebBuddy;
86
89