diff options
| author | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-04 16:40:26 +0200 | 
|---|---|---|
| committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-04 16:40:26 +0200 | 
| commit | 799679477717b682280695b081d4ec1925e82e16 (patch) | |
| tree | 65d0bebfe0433371d3f3949ca58b7749de7adf7e | |
| parent | 9ace502933e8157d3f8e5c33e0ec5d5de64476c8 (diff) | |
document skypeout_offline setting
| -rw-r--r-- | skype/README | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/skype/README b/skype/README index 429dc517..33506f70 100644 --- a/skype/README +++ b/skype/README @@ -135,6 +135,19 @@ If you are running skyped on a custom port:  account set skype/port <port>  ---- +If you want to set your full name (optional): + +---- +account set skype/display_name "John Smith" +---- + +If you want to see your skypeout contacts online as well (they are +offline by default): + +---- +account set skype/skypeout_offline false +---- +  == Setting up Skype in a VNC server (optional)  Optionally, if you want to run Skype on a server, you might want to setup up | 
