Differences between revisions 2 and 3
Revision 2 as of 2017-12-04 20:29:39
Size: 1922
Editor: c-24-245-31-251
Comment: Add instructions for enabling the alt-login option
Revision 3 as of 2018-04-15 04:06:48
Size: 1080
Editor: dx
Comment: remove mention of p2p style groupchats, the other client is dead
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
== Groupchats ==

There are two kinds of groupchats in skype:

|| '''Type''' || '''Internal ID starts with''' || '''Supported?''' || '''Notes''' ||
|| Cloud-based / new-style || {{{19:}}} ||<#AAFFAA> Yes || Supported by skypeweb ||
|| P2P-based / "moderated" / old-style || {{{#}}} ||<#FFAAAA> No || Supported by the plugins that run a skype client in the background ||

To convert a p2p-based chat to a cloud-based chat, type {{{/fork}}} in an official skype client. This will create a new groupchat based on the old one, adding everyone from the old chat who is also in your contact list.

To check the internal ID, type {{{/get name}}} in an official skype client.
 
There's a partial explanation about these groupchat types [[https://support.skype.com/en/faq/FA10042/what-are-chat-commands-and-roles|in the official docs]]

Setting up Skypeweb with Bitlbee

Skypeweb is a libpurple plugin that doesn't require you to run a skype client in the background. As the name suggests, it uses http://web.skype.com/

It supports both skype usernames and microsoft accounts ("msn")

Building and installing

Follow the instructions in https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb

You need bitlbee-libpurple, see HowtoPurple

Adding the account

account add skypeweb username password
account skypeweb on

Troubleshooting

If something doesn't work, check if logging in through http://web.skype.com/ works. See the Skypeweb troubleshooting chart:

https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#issues

To enable the "alt login" option mentioned in the above flowchart from bitlbee, you can use the commands:

account skypeweb off
account skypeweb set alt-login true
account skypeweb on

Skype status announcements: http://heartbeat.skype.com/

BitlBee Wiki: HowtoSkypeWeb (last edited 2018-04-15 04:06:48 by dx)