comparison mcabber/src/xmpp.c @ 1599:dcd5d4c75199

Update/Add headers
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:39:32 +0200
parents a087125d8fc8
children c5ee395fbc8c
comparison
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
1 /* 1 /*
2 * xmpp.c -- Jabber protocol handling 2 * xmpp.c -- Jabber protocol handling
3 * 3 *
4 * Copyright (C) 2008 Frank Zschockelt <mcabber@freakysoft.de> 4 * Copyright (C) 2008-2009 Frank Zschockelt <mcabber@freakysoft.de>
5 * Copyright (C) 2005-2008 Mikael Berthe <mikael@lilotux.net> 5 * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
6 * Parts come from the centericq project: 6 * Parts come from the centericq project:
7 * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua> 7 * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
2150 send_storage(rosternotes); 2150 send_storage(rosternotes);
2151 else 2151 else
2152 scr_LogPrint(LPRINT_LOGNORM, 2152 scr_LogPrint(LPRINT_LOGNORM,
2153 "Warning: you're not connected to the server."); 2153 "Warning: you're not connected to the server.");
2154 } 2154 }
2155
2156 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */