libpurple/protocols/jabber/jabber.c

changeset 40439
e9838d634d5e
parent 40358
e6fe6fc1f516
child 40441
f23c7e772667
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 #include "internal.h" 23
24 #ifdef HAVE_CONFIG_H
25 # include <config.h>
26 #endif
27
28 #include <glib/gi18n-lib.h>
29
24 #include <purple.h> 30 #include <purple.h>
31 #include "purpleprivate.h"
25 32
26 #include "auth.h" 33 #include "auth.h"
27 #include "buddy.h" 34 #include "buddy.h"
28 #include "caps.h" 35 #include "caps.h"
29 #include "chat.h" 36 #include "chat.h"

mercurial