mcabber/src/xmpp.c
changeset 1599 dcd5d4c75199
parent 1598 a087125d8fc8
child 1600 c5ee395fbc8c
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... */