diff options
author | dequis <dx@dxzone.com.ar> | 2018-01-10 00:05:23 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2018-01-10 00:05:23 -0300 |
commit | 7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e (patch) | |
tree | 15f0ad9918bd45898308683f6c549af5fa8e79f4 /doc/user-guide/misc.xml | |
parent | 4a9c6b0b15eb3738897dc1635fda2e4be67414ad (diff) |
Remove MSN. Use the skypeweb purple plugin instead.
RIP
As per http://ismsndeadyet.com/ all versions up to MSNP22 died a few
months ago. We had a MSNP21 implementation, bought us two extra years.
Implementing MSNP24 is technically possible but also pointless given
skypeweb, and the authentication requires some fairly messed up crypto
and legacy old-skype-protocol servers. For a long time I tried to
reverse a potentially simpler method, and got fairly close, but never
completed that. I haven't done any attempts to continue it in the last
year, so I'm fine with giving up at this point.
Diffstat (limited to 'doc/user-guide/misc.xml')
-rw-r--r-- | doc/user-guide/misc.xml | 51 |
1 files changed, 2 insertions, 49 deletions
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index 457d5d35..1201467f 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -1,53 +1,6 @@ <chapter id="misc"> <title>Misc Stuff</title> -<sect1 id="smileys"> -<title>Smileys</title> - -<para> -All MSN smileys (except one) are case insensitive and work without the nose too. -</para> - -<variablelist> - <varlistentry><term>(Y)</term><listitem><para>Thumbs up</para></listitem></varlistentry> - <varlistentry><term>(N)</term><listitem><para>Thumbs down</para></listitem></varlistentry> - <varlistentry><term>(B)</term><listitem><para>Beer mug</para></listitem></varlistentry> - <varlistentry><term>(D)</term><listitem><para>Martini glass</para></listitem></varlistentry> - <varlistentry><term>(X)</term><listitem><para>Girl</para></listitem></varlistentry> - <varlistentry><term>(Z)</term><listitem><para>Boy</para></listitem></varlistentry> - <varlistentry><term>(6)</term><listitem><para>Devil smiley</para></listitem></varlistentry> - <varlistentry><term>:-[</term><listitem><para>Vampire bat</para></listitem></varlistentry> - <varlistentry><term>(})</term><listitem><para>Right hug</para></listitem></varlistentry> - <varlistentry><term>({)</term><listitem><para>Left hug</para></listitem></varlistentry> - <varlistentry><term>(M)</term><listitem><para>MSN Messenger or Windows Messenger icon (think a BitlBee logo here ;)</para></listitem></varlistentry> - <varlistentry><term>:-S</term><listitem><para>Crooked smiley (Confused smiley)</para></listitem></varlistentry> - <varlistentry><term>:-$</term><listitem><para>Embarrassed smiley</para></listitem></varlistentry> - <varlistentry><term>(H)</term><listitem><para>Smiley with sunglasses</para></listitem></varlistentry> - <varlistentry><term>:-@</term><listitem><para>Angry smiley</para></listitem></varlistentry> - <varlistentry><term>(A)</term><listitem><para>Angel smiley</para></listitem></varlistentry> - <varlistentry><term>(L)</term><listitem><para>Red heart (Love)</para></listitem></varlistentry> - <varlistentry><term>(U)</term><listitem><para>Broken heart</para></listitem></varlistentry> - <varlistentry><term>(K)</term><listitem><para>Red lips (Kiss)</para></listitem></varlistentry> - <varlistentry><term>(G)</term><listitem><para>Gift with bow</para></listitem></varlistentry> - <varlistentry><term>(F)</term><listitem><para>Red rose</para></listitem></varlistentry> - <varlistentry><term>(W)</term><listitem><para>Wilted rose</para></listitem></varlistentry> - <varlistentry><term>(P)</term><listitem><para>Camera</para></listitem></varlistentry> - <varlistentry><term>(~)</term><listitem><para>Film strip</para></listitem></varlistentry> - <varlistentry><term>(T)</term><listitem><para>Telephone receiver</para></listitem></varlistentry> - <varlistentry><term>(@)</term><listitem><para>Cat face</para></listitem></varlistentry> - <varlistentry><term>(&)</term><listitem><para>Dog's head</para></listitem></varlistentry> - <varlistentry><term>(C)</term><listitem><para>Coffee cup</para></listitem></varlistentry> - <varlistentry><term>(I)</term><listitem><para>Light bulb</para></listitem></varlistentry> - <varlistentry><term>(S)</term><listitem><para>Half-moon (Case sensitive!)</para></listitem></varlistentry> - <varlistentry><term>(*)</term><listitem><para>Star</para></listitem></varlistentry> - <varlistentry><term>(8)</term><listitem><para>Musical eighth note</para></listitem></varlistentry> - <varlistentry><term>(E)</term><listitem><para>Envelope</para></listitem></varlistentry> - <varlistentry><term>(^)</term><listitem><para>Birthday cake</para></listitem></varlistentry> - <varlistentry><term>(O)</term><listitem><para>Clock</para></listitem></varlistentry> -</variablelist> - -</sect1> - <sect1 id="groupchats"> <title>Groupchats</title> <para> @@ -152,7 +105,7 @@ Control channels are where you see your contacts. By default, you will have one </para> <para> -For example, you can have one channel with all contacts from your MSN Messenger account in it. Or all contacts from the group called "Work". +For example, you can have one channel with all contacts from your jabber account in it. Or all contacts from the group called "Work". </para> <para> @@ -169,7 +122,7 @@ When you create a new channel, BitlBee will try to guess from its name which con </para> <para> -Any valid account ID (so a number, protocol name or part of screenname, as long as it's unique) can also be used as a channel name. So if you just join &msn, it will contain all your MSN contacts. And if you have a Facebook account set up, you can see its contacts by just joining &facebook. +Any valid account ID (so a number, protocol name or part of screenname, as long as it's unique) can also be used as a channel name. So if you just join &jabber, it will contain all your jabber contacts. And if you have a Facebook account set up, you can see its contacts by just joining &facebook. </para> <para> |