mcabber/src/xmpp_helper.c
changeset 1599 dcd5d4c75199
parent 1598 a087125d8fc8
child 1600 c5ee395fbc8c
equal deleted inserted replaced
1598:a087125d8fc8 1599:dcd5d4c75199
     1 /*
     1 /*
     2  * xmpp_helper.c     -- Jabber protocol helper functions
     2  * xmpp_helper.c    -- Jabber protocol helper functions
     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  * Some parts initially came from the centericq project:
     6  * Some parts initially came 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  * Some small parts come from the Pidgin project <http://pidgin.im/>
       
     9  *
     8  *
    10  * 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
    11  * 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
    12  * the Free Software Foundation; either version 2 of the License, or (at
    11  * the Free Software Foundation; either version 2 of the License, or (at
    13  * your option) any later version.
    12  * your option) any later version.
   286 
   285 
   287   scr_LogPrint(LPRINT_LOGNORM, "Error code from server: %d %s", code, sdesc);
   286   scr_LogPrint(LPRINT_LOGNORM, "Error code from server: %d %s", code, sdesc);
   288   g_free(sdesc);
   287   g_free(sdesc);
   289 }
   288 }
   290 
   289 
       
   290 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */