Changeset 7ec2ce8
- Timestamp:
- 2018-01-10T03:05:23Z (7 years ago)
- Branches:
- master
- Children:
- d168091
- Parents:
- 4a9c6b0
- Files:
-
- 9 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r4a9c6b0 r7ec2ce8 33 33 # Otherwise, if it's still default-on, it gets included in normal builds, 34 34 # but not purple ones. 35 msn="default-on"36 35 jabber="default-on" 37 36 oscar="default-on" … … 130 129 --verbose=0/1 Disable/enable verbose build $verbose 131 130 132 --msn=0/1 Disable/enable MSN part $msn133 131 --jabber=0/1 Disable/enable Jabber part $jabber 134 132 --oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar … … 846 844 847 845 # only disable these if the user didn't enable them explicitly 848 [ "$msn" = "default-on" ] && msn=0849 846 [ "$jabber" = "default-on" ] && jabber=0 850 847 [ "$oscar" = "default-on" ] && oscar=0 … … 868 865 done 869 866 esac 870 871 if [ "$msn" = 0 ]; then872 echo '#undef WITH_MSN' >> config.h873 else874 echo '#define WITH_MSN' >> config.h875 protocols=$protocols'msn '876 protoobjs=$protoobjs'msn_mod.o '877 fi878 867 879 868 if [ "$jabber" = 0 ]; then -
doc/user-guide/Installation.xml
r4a9c6b0 r7ec2ce8 36 36 settings and buddy information. <filename>/var/lib/bitlbee/</filename> 37 37 is the default value.</para></listitem> 38 <listitem><para> msn,jabber, oscar, twitter - By default, support for all38 <listitem><para>jabber, oscar, twitter - By default, support for all 39 39 these IM-protocols (OSCAR is the protocol used by both ICQ and AIM) will 40 40 be compiled in. To make the binary a bit smaller, you can use these options … … 50 50 you can use this option. It's not compiled in by default because it needs 51 51 more testing first.</para></listitem> 52 <listitem><para>ssl - The MSN and Jabber modules require an SSL library for 53 some of their tasks. BitlBee can use three different SSL libraries: GnuTLS, 52 <listitem><para>ssl - BitlBee can use three different SSL libraries: GnuTLS, 54 53 mozilla-nss and OpenSSL. (OpenSSL is, however, a bit troublesome because of 55 54 licensing issues, so don't forget to read the information configure will -
doc/user-guide/commands.xml
r4a9c6b0 r7ec2ce8 43 43 </bitlbee-command> 44 44 45 <bitlbee-command name="msn">46 <syntax>account add msn <handle@server.tld> [<password>]</syntax>47 48 <description>49 <para>50 For MSN connections there are no special arguments.51 </para>52 </description>53 </bitlbee-command>54 55 45 <bitlbee-command name="oscar"> 56 46 <syntax>account add oscar <handle> [<password>]</syntax> … … 924 914 <description> 925 915 <para> 926 Currently only available for MSN connections, and for jabber groupchats. 927 </para> 928 <para> 929 For MSN: This setting allows you to read and change your "friendly name" for this connection. Since this is a server-side setting, it can't be changed when the account is off-line. 930 </para> 931 <para> 932 For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick like MSN. 916 Currently only available for jabber groupchats. 917 </para> 918 <para> 919 For jabber groupchats: this sets the default value of 'nick' for newly created groupchats. There is no way to set an account-wide nick. 933 920 </para> 934 921 </description> … … 1023 1010 <para> 1024 1011 Only supported by OSCAR so far, you can use this setting to ignore ICQ authorization requests, which are hardly used for legitimate (i.e. non-spam) reasons anymore. 1025 </para>1026 </description>1027 1028 </bitlbee-setting>1029 1030 <bitlbee-setting name="local_display_name" type="boolean" scope="account">1031 <default>false</default>1032 1033 <description>1034 <para>1035 Mostly meant to work around a bug in MSN servers (forgetting the display name set by the user), this setting tells BitlBee to store your display name locally and set this name on the MSN servers when connecting.1036 1012 </para> 1037 1013 </description> … … 1620 1596 </bitlbee-setting> 1621 1597 1622 <bitlbee-setting name="switchboard_keepalives" type="boolean" scope="account">1623 <default>false</default>1624 1625 <description>1626 <para>1627 Turn on this flag if you have difficulties talking to offline/invisible contacts.1628 </para>1629 1630 <para>1631 With this setting enabled, BitlBee will send keepalives to MSN switchboards with offline/invisible contacts every twenty seconds. This should keep the server and client on the other side from shutting it down.1632 </para>1633 1634 <para>1635 This is useful because BitlBee doesn't support MSN offline messages yet and the MSN servers won't let the user reopen switchboards to offline users. Once offline messaging is supported, this flag might be removed.1636 </para>1637 </description>1638 </bitlbee-setting>1639 1640 1598 <bitlbee-setting name="tag" type="string" scope="account"> 1641 1599 <description> -
doc/user-guide/misc.xml
r4a9c6b0 r7ec2ce8 1 1 <chapter id="misc"> 2 2 <title>Misc Stuff</title> 3 4 <sect1 id="smileys">5 <title>Smileys</title>6 7 <para>8 All MSN smileys (except one) are case insensitive and work without the nose too.9 </para>10 11 <variablelist>12 <varlistentry><term>(Y)</term><listitem><para>Thumbs up</para></listitem></varlistentry>13 <varlistentry><term>(N)</term><listitem><para>Thumbs down</para></listitem></varlistentry>14 <varlistentry><term>(B)</term><listitem><para>Beer mug</para></listitem></varlistentry>15 <varlistentry><term>(D)</term><listitem><para>Martini glass</para></listitem></varlistentry>16 <varlistentry><term>(X)</term><listitem><para>Girl</para></listitem></varlistentry>17 <varlistentry><term>(Z)</term><listitem><para>Boy</para></listitem></varlistentry>18 <varlistentry><term>(6)</term><listitem><para>Devil smiley</para></listitem></varlistentry>19 <varlistentry><term>:-[</term><listitem><para>Vampire bat</para></listitem></varlistentry>20 <varlistentry><term>(})</term><listitem><para>Right hug</para></listitem></varlistentry>21 <varlistentry><term>({)</term><listitem><para>Left hug</para></listitem></varlistentry>22 <varlistentry><term>(M)</term><listitem><para>MSN Messenger or Windows Messenger icon (think a BitlBee logo here ;)</para></listitem></varlistentry>23 <varlistentry><term>:-S</term><listitem><para>Crooked smiley (Confused smiley)</para></listitem></varlistentry>24 <varlistentry><term>:-$</term><listitem><para>Embarrassed smiley</para></listitem></varlistentry>25 <varlistentry><term>(H)</term><listitem><para>Smiley with sunglasses</para></listitem></varlistentry>26 <varlistentry><term>:-@</term><listitem><para>Angry smiley</para></listitem></varlistentry>27 <varlistentry><term>(A)</term><listitem><para>Angel smiley</para></listitem></varlistentry>28 <varlistentry><term>(L)</term><listitem><para>Red heart (Love)</para></listitem></varlistentry>29 <varlistentry><term>(U)</term><listitem><para>Broken heart</para></listitem></varlistentry>30 <varlistentry><term>(K)</term><listitem><para>Red lips (Kiss)</para></listitem></varlistentry>31 <varlistentry><term>(G)</term><listitem><para>Gift with bow</para></listitem></varlistentry>32 <varlistentry><term>(F)</term><listitem><para>Red rose</para></listitem></varlistentry>33 <varlistentry><term>(W)</term><listitem><para>Wilted rose</para></listitem></varlistentry>34 <varlistentry><term>(P)</term><listitem><para>Camera</para></listitem></varlistentry>35 <varlistentry><term>(~)</term><listitem><para>Film strip</para></listitem></varlistentry>36 <varlistentry><term>(T)</term><listitem><para>Telephone receiver</para></listitem></varlistentry>37 <varlistentry><term>(@)</term><listitem><para>Cat face</para></listitem></varlistentry>38 <varlistentry><term>(&)</term><listitem><para>Dog's head</para></listitem></varlistentry>39 <varlistentry><term>(C)</term><listitem><para>Coffee cup</para></listitem></varlistentry>40 <varlistentry><term>(I)</term><listitem><para>Light bulb</para></listitem></varlistentry>41 <varlistentry><term>(S)</term><listitem><para>Half-moon (Case sensitive!)</para></listitem></varlistentry>42 <varlistentry><term>(*)</term><listitem><para>Star</para></listitem></varlistentry>43 <varlistentry><term>(8)</term><listitem><para>Musical eighth note</para></listitem></varlistentry>44 <varlistentry><term>(E)</term><listitem><para>Envelope</para></listitem></varlistentry>45 <varlistentry><term>(^)</term><listitem><para>Birthday cake</para></listitem></varlistentry>46 <varlistentry><term>(O)</term><listitem><para>Clock</para></listitem></varlistentry>47 </variablelist>48 49 </sect1>50 3 51 4 <sect1 id="groupchats"> … … 153 106 154 107 <para> 155 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".108 For example, you can have one channel with all contacts from your jabber account in it. Or all contacts from the group called "Work". 156 109 </para> 157 110 … … 170 123 171 124 <para> 172 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 MSNcontacts. And if you have a Facebook account set up, you can see its contacts by just joining &facebook.125 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. 173 126 </para> 174 127 -
doc/user-guide/quickstart.xml
r4a9c6b0 r7ec2ce8 43 43 44 44 <para> 45 Other built-in IM protocols include msn,oscar and twitter. OSCAR is the protocol used by ICQ and AOL. Some protocols may be available as plugins that you can install, such as facebook, steam, discord and omegle. And you can get even more protocols by using the libpurple variant of BitlBee.45 Other built-in IM protocols include oscar and twitter. OSCAR is the protocol used by ICQ and AOL. Some protocols may be available as plugins that you can install, such as facebook, steam, discord and omegle. And you can get even more protocols by using the libpurple variant of BitlBee. 46 46 </para> 47 47 … … 124 124 125 125 <para> 126 With multiple channel support you can have contacts for specific protocols in their own channels, for instance, if you <emphasis>/join & msn</emphasis> you will join a channel that only contains your MSNcontacts.126 With multiple channel support you can have contacts for specific protocols in their own channels, for instance, if you <emphasis>/join &jabber</emphasis> you will join a channel that only contains your jabber contacts. 127 127 </para> 128 128 -
protocols/nogaim.c
r4a9c6b0 r7ec2ce8 254 254 void nogaim_init() 255 255 { 256 extern void msn_initmodule();257 256 extern void oscar_initmodule(); 258 257 extern void jabber_initmodule(); 259 258 extern void twitter_initmodule(); 260 259 extern void purple_initmodule(); 261 262 #ifdef WITH_MSN263 msn_initmodule();264 #endif265 260 266 261 #ifdef WITH_OSCAR
Note: See TracChangeset
for help on using the changeset viewer.