debian/0000755000000000000000000000000011673451664007203 5ustar debian/rules0000755000000000000000000000134211673451504010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: xsltproc --nonet \ --param make.year.ranges 1 \ --param make.single.year.ranges 1 \ --param man.charmap.use.subset 0 \ -o debian/ \ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl \ debian/msn.2.xml debian/msnsetup.2.xml dh_auto_build debian/copyright0000644000000000000000000000264711673451504011140 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: msnlib Source: http://blitiri.com.ar/p/msnlib/ Files: * Copyright: 2011 Alberto Bertogli License: MIT license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011 Romanella Di Ferdinando , Copyright: 2011 Lucia Prado Copyright: 2011 Julia Palandri License: MIT license debian/changelog0000644000000000000000000000032111673451504011042 0ustar msnlib (3.8-1) unstable; urgency=low * Initial release (Closes: #636915) * Added first version of msn and msnsetup manpages -- Julia Palandri Sat, 06 Aug 2011 21:15:05 -0300 debian/msnsetup.20000644000000000000000000000604511673451532011143 0ustar '\" t .\" Title: MSNSETUP .\" Author: Julia Palandri .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 12/18/2011 .\" Manual: msnsetup User Manual .\" Source: msnsetup .\" Language: English .\" .TH "MSNSETUP" "2" "12/18/2011" "msnsetup" "msnsetup User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" msnsetup \- An interactive program to setup msn accounts to use with the msn utility\&. .SH "SYNOPSIS" .HP \w'\fBmsnsetup\fR\ 'u \fBmsnsetup\fR [\fB\fIprofilename\fR\fR] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBmsnsetup\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBmsnsetup\fR is a program delivered with the \fBmsn\fR utility\&. It is used to interactively configure the account to be used with msn\&. .PP The program can optionally take one parameter which is the name of the profile where you want to store your account information\&. This is particularly useful when you want to have more than one account configured, and then you can choose which profile to use with the \fBmsn\fR utility\&. .SH "FILES" .PP ${HOME}/\&.msn/msnrc .RS 4 The default configuration file for the account information, stored by msnsetup\&. .RE .PP ${HOME}/\&.msn/msnrc\-{profilename} .RS 4 The configuration file for a specific profile name that stores that account information, chosen by the user and stored by msnsetup\&. .RE .SH "BUGS" .PP The program is currently limited to only work with the msn utility\&. .SH "SEE ALSO" .PP \fBmsn\fR(2) .SH "AUTHOR" .PP \fBJulia Palandri\fR <\&julia\&.palandri@gmail\&.com\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2011 Julia Palandri .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp debian/source/0000755000000000000000000000000011673451504010474 5ustar debian/source/format0000644000000000000000000000001411673451504011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011411673451504010221 0ustar version=3 http://blitiri.com.ar/p/msnlib/files/latest/ msnlib-(.*)\.tar\.gz debian/control0000644000000000000000000000233511673451504010602 0ustar Source: msnlib Section: python Priority: extra Maintainer: Julia Palandri Uploaders: Margarita Manterola , Romanella Di Ferdinando Build-Depends: debhelper (>= 7.0.50~), python-support, docbook-xsl, docbook-xml, xsltproc Standards-Version: 3.9.2 XS-Python-Version: >= 2.6 Homepage: http://blitiri.com.ar/p/msnlib/ Vcs-Git: git://git.debian.org/collab-maint/msnlib.git Vcs-Browser: http://git.debian.org/?p=collab-maint/msnlib.git;a=summary Package: python-msnlib Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python implementation for the MSN messenger protocol. python-msnlib is an opensource Python implementation for the MSN messenger protocol version 8. . It comes with a text-mode client named msn, which has a simple line-oriented user interface that resembles climm (previously called micq), and a base is a library (called msnlib), which uses a non-blocking callback scheme. . It's written in Python and works under any Unix environment (Linux, *BSD, etc.). The library has been tested and reported to work successfuly also under Microsoft Windows. For more information about the library itself, please read the README file. debian/compat0000644000000000000000000000000211673451504010372 0ustar 7 debian/msn.2.xml0000644000000000000000000003723411673451504010664 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2011 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; An opensource Python implementation for the MSN messenger protocol version 8 &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. &dhpackage; is a program intended to be used as a proof of concept for the msnlib functions. It shows some of the capabilities of the library. When a profilename is passed as parameter, msn will use that profile account information (previously configured and stored by msnsetup) to connect. COMMANDS The program has a builtin command "help" which shows the latest list of commands available for the program. Below is the complete list of commands available. In most cases, when you are asked for a nick, you can alternatively enter the email. This makes it easier to handle people with weird or long nicks. Shows the current status, or changes it to "mode", which can be one of: online, away, busy, brb, phone, lunch, invisible, idle Quits the program. Prints your entire contact list. Contacts connected are highlighted in bold. Prints your entire contact list, including email addresses. Prints your entire contact list, including real nicknames. Prints your reverse contact list (this is simply the list of all the people who have you on their contact list). Prints the differences between your forward and reverse lists. Prints your online contacts. Prints your online contacts, including email addresses. Prints your online contacts with the groups. Prints your online contacts, including real nicknames. Shows your incoming message history. This is a list of the last N messages that you received. The amount is configurable with the directive "input history size" in the msnrc file, which defaults to 10. Adds the user "email" with the nickname "nick" to the group "groupname". Deletes the user with nick "nick". Renames the user with nick "nick" to appear as "newnick". Without parameters shows your personal info. If a nick is passed as parameter, shows the user information and pending messages (if any). It also includes some advanced information (like the server socket or tid). Locally ignores the user, or displays the locally ignored users list. This makes the messages coming from the user not to be displayed, but they are still logged so you can see them later. Removes a user from the locally ignored users list. Blocks a user. Unblocks a blocked user. Shows the groups list. Adds the group "gname". Deletes the group "gname". Note that all the users in the group will be deleted too. Renames the group "old" with the name "new". Shows the available color themes, or sets the color theme to "theme". Closes the switchboard connection with "nick". There is no need to use this command and is included just for advanced users and debugging. Shows the configuration, in the internal representation, along with other special automatic variables. This means that many commands and values won't have the same format; for instance, instead of 'yes' you will often see a "1". This command is mostly exclusively included for bug reporting. Shows the user information and pending messages (if any), or your personal info. Changes your nick to "newnick", or shows your current nick. Sets whether to accept messages from people who is not on your list (p) and require authorization (a). Sends a message to "nick" with the "text". The standard and most practical way of sending a message. Tab completion expands to this. Sends a message with "text" to the last person you sent a message to. Sends a message with "text" to the last person that sent you a message. Invites nick1 into the chat with nick2. FILES ${HOME}/.msn/msnrc The default configuration file for the account information, stored by msnsetup. ${HOME}/.msn/msnrc-{profilename} The configuration file for a specific profile name that stores that account information, chosen by the user and stored by msnsetup. DIAGNOSTICS The following diagnostics may be issued on stderr: Bad configuration file. Exiting. The configuration file seems to contain a broken configuration line. Use the option, to get more info. &dhpackage; provides some return codes, that can be used in scripts: Code Diagnostic 0 Program exited successfully. 1 The configuration file seems to be broken. BUGS Comments and patches are always welcome; please send them to albertito@blitiri.com.ar Further information on how to report a bug can be found inside the documentation directory, in the file 'reporting_bugs'. SEE ALSO msnsetup 2
debian/python-msnlib.install0000644000000000000000000000003711673451504013367 0ustar msn /usr/bin msnsetup /usr/bin debian/msn.20000644000000000000000000002030411673451531010053 0ustar '\" t .\" Title: MSN .\" Author: Julia Palandri .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 12/18/2011 .\" Manual: msn User Manual .\" Source: msn .\" Language: English .\" .TH "MSN" "2" "12/18/2011" "msn" "msn User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" msn \- An opensource Python implementation for the MSN messenger protocol version 8 .SH "SYNOPSIS" .HP \w'\fBmsn\fR\ 'u \fBmsn\fR [\fB\fIprofilename\fR\fR] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBmsn\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBmsn\fR is a program intended to be used as a proof of concept for the msnlib functions\&. It shows some of the capabilities of the library\&. .PP When a profilename is passed as parameter, msn will use that profile account information (previously configured and stored by \fBmsnsetup\fR) to connect\&. .SH "COMMANDS" .PP The program has a builtin command "help" which shows the latest list of commands available for the program\&. Below is the complete list of commands available\&. .PP In most cases, when you are asked for a nick, you can alternatively enter the email\&. This makes it easier to handle people with weird or long nicks\&. .PP \fBstatus [\fR\fB\fImode\fR\fR\fB] \fR .RS 4 Shows the current status, or changes it to "mode", which can be one of: online, away, busy, brb, phone, lunch, invisible, idle .RE .PP \fBq \fR .RS 4 Quits the program\&. .RE .PP \fBw \fR .RS 4 Prints your entire contact list\&. Contacts connected are highlighted in bold\&. .RE .PP \fBww\fR .RS 4 Prints your entire contact list, including email addresses\&. .RE .PP \fBwn\fR .RS 4 Prints your entire contact list, including real nicknames\&. .RE .PP \fBwr\fR .RS 4 Prints your reverse contact list (this is simply the list of all the people who have you on their contact list)\&. .RE .PP \fBwd\fR .RS 4 Prints the differences between your forward and reverse lists\&. .RE .PP \fBe\fR .RS 4 Prints your online contacts\&. .RE .PP \fBee\fR .RS 4 Prints your online contacts, including email addresses\&. .RE .PP \fBeg\fR .RS 4 Prints your online contacts with the groups\&. .RE .PP \fBen\fR .RS 4 Prints your online contacts, including real nicknames\&. .RE .PP \fBh\fR .RS 4 Shows your incoming message history\&. This is a list of the last N messages that you received\&. The amount is configurable with the directive "input history size" in the msnrc file, which defaults to 10\&. .RE .PP \fBadd \fR\fB\fIemail\fR\fR\fB [\fR\fB\fInick\fR\fR\fB][\fR\fB\fIgroupname\fR\fR\fB]\fR .RS 4 Adds the user "email" with the nickname "nick" to the group "groupname"\&. .RE .PP \fBdel \fR\fB\fInick\fR\fR .RS 4 Deletes the user with nick "nick"\&. .RE .PP \fBren \fR\fB\fInick\fR\fR\fB \fR\fB\fInewnick \fR\fR .RS 4 Renames the user with nick "nick" to appear as "newnick"\&. .RE .PP \fBinfo [\fR\fB\fInick\fR\fR\fB]\fR .RS 4 Without parameters shows your personal info\&. If a nick is passed as parameter, shows the user information and pending messages (if any)\&. It also includes some advanced information (like the server socket or tid)\&. .RE .PP \fBlignore [\fR\fB\fInick\fR\fR\fB]\fR .RS 4 Locally ignores the user, or displays the locally ignored users list\&. This makes the messages coming from the user not to be displayed, but they are still logged so you can see them later\&. .RE .PP \fBlunignore \fR\fB\fInick\fR\fR .RS 4 Removes a user from the locally ignored users list\&. .RE .PP \fBblock \fR\fB\fInick\fR\fR .RS 4 Blocks a user\&. .RE .PP \fBunblock \fR\fB\fInick\fR\fR .RS 4 Unblocks a blocked user\&. .RE .PP \fBg\fR .RS 4 Shows the groups list\&. .RE .PP \fBgadd \fR\fB\fIgname\fR\fR .RS 4 Adds the group "gname"\&. .RE .PP \fBgdel \fR\fB\fIgname\fR\fR .RS 4 Deletes the group "gname"\&. Note that all the users in the group will be deleted too\&. .RE .PP \fBgren \fR\fB\fIold\fR\fR\fB \fR\fB\fInew\fR\fR .RS 4 Renames the group "old" with the name "new"\&. .RE .PP \fBcolor [\fR\fB\fItheme\fR\fR\fB]\fR .RS 4 Shows the available color themes, or sets the color theme to "theme"\&. .RE .PP \fBclose \fR\fB\fInick\fR\fR .RS 4 Closes the switchboard connection with "nick"\&. There is no need to use this command and is included just for advanced users and debugging\&. .RE .PP \fBconfig\fR .RS 4 Shows the configuration, in the internal representation, along with other special automatic variables\&. This means that many commands and values won\*(Aqt have the same format; for instance, instead of \*(Aqyes\*(Aq you will often see a "1"\&. This command is mostly exclusively included for bug reporting\&. .RE .PP \fBinfo [\fR\fB\fInick\fR\fR\fB]\fR .RS 4 Shows the user information and pending messages (if any), or your personal info\&. .RE .PP \fBnick [\fR\fB\fInewnick\fR\fR\fB]\fR .RS 4 Changes your nick to "newnick", or shows your current nick\&. .RE .PP \fBprivacy \fR\fB\fIp\fR\fR\fB \fR\fB\fIa\fR\fR .RS 4 Sets whether to accept messages from people who is not on your list (p) and require authorization (a)\&. .RE .PP \fBm \fR\fB\fInick\fR\fR\fB \fR\fB\fItext\fR\fR .RS 4 Sends a message to "nick" with the "text"\&. The standard and most practical way of sending a message\&. Tab completion expands to this\&. .RE .PP \fBa \fR\fB\fItext\fR\fR .RS 4 Sends a message with "text" to the last person you sent a message to\&. .RE .PP \fBr \fR\fB\fItext\fR\fR .RS 4 Sends a message with "text" to the last person that sent you a message\&. .RE .PP \fBinvite \fR\fB\fInick1\fR\fR\fB to \fR\fB\fInick2\fR\fR .RS 4 Invites nick1 into the chat with nick2\&. .RE .SH "FILES" .PP ${HOME}/\&.msn/msnrc .RS 4 The default configuration file for the account information, stored by msnsetup\&. .RE .PP ${HOME}/\&.msn/msnrc\-{profilename} .RS 4 The configuration file for a specific profile name that stores that account information, chosen by the user and stored by msnsetup\&. .RE .SH "DIAGNOSTICS" .PP The following diagnostics may be issued on stderr: .PP Bad configuration file\&. Exiting\&. .RS 4 The configuration file seems to contain a broken configuration line\&. Use the \fB\-\-verbose\fR option, to get more info\&. .RE .PP \fBmsn\fR provides some return codes, that can be used in scripts: .\" line length increase to cope w/ tbl weirdness .ll +(\n(LLu * 62u / 100u) .TS ll. \fICode\fR \fIDiagnostic\fR T{ \fB0\fR T} T{ Program exited successfully\&. T} T{ \fB1\fR T} T{ The configuration file seems to be broken\&. T} .TE .\" line length decrease back to previous value .ll -(\n(LLu * 62u / 100u) .sp .SH "BUGS" .PP Comments and patches are always welcome; please send them to albertito@blitiri\&.com\&.ar .PP Further information on how to report a bug can be found inside the documentation directory, in the file \*(Aqreporting_bugs\*(Aq\&. .SH "SEE ALSO" .PP \fBmsnsetup\fR(2) .SH "AUTHOR" .PP \fBJulia Palandri\fR <\&julia\&.palandri@gmail\&.com\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2011 Julia Palandri .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp debian/msnsetup.2.xml0000644000000000000000000001425411673451504011742 0ustar .
will be generated. You may view the manual page with: nroff -man .
| less'. A typical entry in a Makefile or Makefile.am is: DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl XP = xsltproc -''-nonet -''-param man.charmap.use.subset "0" manpage.1: manpage.xml $(XP) $(DB2MAN) $< The xsltproc binary is found in the xsltproc package. The XSL files are in docbook-xsl. A description of the parameters you can use can be found in the docbook-xsl-doc-* packages. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include xsltproc and docbook-xsl in your Build-Depends control field. Alternatively use the xmlto command/package. That will also automatically pull in xsltproc and docbook-xsl. Notes for using docbook2x: docbook2x-man does not automatically create the AUTHOR(S) and COPYRIGHT sections. In this case, please add them manually as ... . To disable the automatic creation of the AUTHOR(S) and COPYRIGHT sections read /usr/share/doc/docbook-xsl/doc/manpages/authors.html. This file can be found in the docbook-xsl-doc-html package. Validation can be done using: `xmllint -''-noout -''-valid manpage.xml` General documentation about man-pages and man-page-formatting: man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ --> ]> &dhtitle; &dhpackage; &dhfirstname; &dhsurname; Wrote this manpage for the Debian system.
&dhemail;
2011 &dhusername; This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
&dhucpackage; &dhsection; &dhpackage; An interactive program to setup msn accounts to use with the msn utility. &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. This manual page was written for the Debian distribution because the original program does not have a manual page. &dhpackage; is a program delivered with the msn utility. It is used to interactively configure the account to be used with msn. The program can optionally take one parameter which is the name of the profile where you want to store your account information. This is particularly useful when you want to have more than one account configured, and then you can choose which profile to use with the msn utility. FILES ${HOME}/.msn/msnrc The default configuration file for the account information, stored by &dhpackage;. ${HOME}/.msn/msnrc-{profilename} The configuration file for a specific profile name that stores that account information, chosen by the user and stored by &dhpackage;. BUGS The program is currently limited to only work with the msn utility. SEE ALSO msn 2
debian/python-msnlib.manpages0000644000000000000000000000003711673451504013514 0ustar debian/msn.2 debian/msnsetup.2 debian/docs0000644000000000000000000000023611673451504010050 0ustar README doc/CodingStyle doc/commands doc/dependencies doc/FAQ doc/icons doc/log_format doc/msg_states doc/msncd_protocol doc/portability doc/profiles doc/TODO