mcabber/src/xmpp_iqrequest.h
author Mikael Berthe <mikael@lilotux.net>
Sun, 25 Oct 2009 23:25:14 +0100
changeset 1639 d9913c1b35e7
parent 1604 351427ef0b4b
permissions -rw-r--r--
Add support for libidn

#ifndef __XMPP_IQREQUEST_H__
#define __XMPP_IQREQUEST_H__ 1

void xmpp_iq_request(const char *fulljid, const char *xmlns);

#endif /* __XMPP_IQREQUEST_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */