ObjXMPP  Check-in [102d421456]

Overview
Comment:Fix a missing include.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 102d421456464d257be4e79cc1fff404e63cccdb00141387e346b98c4949de1d
User & Date: js on 2012-01-25 19:35:49
Other Links: manifest | tags
Context
2012-01-25
20:55
If a presence has no type, assume "available", as per RFC 6121. check-in: e009b1b5c8 user: js tags: trunk
19:35
Fix a missing include. check-in: 102d421456 user: js tags: trunk
19:27
Add missing files check-in: 42b670b25a user: florob@babelmonkeys.de tags: trunk
Changes

Modified src/XMPPJID.m from [212aa64a08] to [412684511f].

20
21
22
23
24
25
26


27
28
29
30
31
32
33
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif



#include <stringprep.h>

#import "XMPPJID.h"
#import "XMPPExceptions.h"

@implementation XMPPJID







>
>







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <string.h>

#include <stringprep.h>

#import "XMPPJID.h"
#import "XMPPExceptions.h"

@implementation XMPPJID