ObjXMPP  Diff

Differences From Artifact [3f14c4e76b]:

To Artifact [2270757ce5]:


1

2

3
4
5
6
7
8
9
#include <assert.h>

#import <ObjFW/ObjFW.h>

#import "XMPPConnection.h"
#import "XMPPStanza.h"

@interface AppDelegate: OFObject
{
	XMPPConnection *conn;
}

>

>







1
2
3
4
5
6
7
8
9
10
11
#include <assert.h>

#import <ObjFW/ObjFW.h>

#import "XMPPConnection.h"
#import "XMPPStanza.h"

@interface AppDelegate: OFObject
{
	XMPPConnection *conn;
}