source: protocols/skype/t/groupchat-topic-bitlbee.mock @ 0b1ae59

Last change on this file since 0b1ae59 was 64bed24, checked in by dequis <dx@…>, at 2015-10-13T05:05:22Z

skype: create groupchat as soon as a message is received

Before this commit, the bee_chat_by_title() call just failed when
receiving a message in a groupchat we didn't know about, which is
probably something skype broke in their api at some point.

I'm fixing this since apparently the only way to access p2p based chats
is through the official skype desktop client (they won't be supported
through msnp24 or skypeweb. It's broken in mobile clients already), so
this plugin is probably the best way to access those.

This breaks the 'msg' test - now all chats are groupchats and there's no
way to tell them apart.

However, in reality, private messages aren't delivered at all over the
api, or at least I never managed to get them working. Probably if you
talk with someone who has a very old patched skype client.

  • Property mode set to 100644
File size: 340 bytes
RevLine 
[fa41a75]1>> NOTICE *
[3d1b06f]2<< NICK alice
3<< USER alice alice localhost :Alice
4>> PRIVMSG &bitlbee
5<< PRIVMSG &bitlbee :account add skype alice foo
6<< PRIVMSG &bitlbee :account skype on
[fdc6d84]7>> JOIN :##cecil/$bob;4d8cc996579
[64bed24]8>> 353 alice = ##cecil/$bob;4d8cc996579 :@alice @root
[fdc6d84]9<< TOPIC ##cecil/$bob;4d8cc996579 :topic
10>> TOPIC ##cecil/$bob;4d8cc996579 :topic
Note: See TracBrowser for help on using the repository browser.