Fix compilation with GCC

This commit is contained in:
Jonathan Schleifer 2018-11-05 23:02:42 +01:00
parent 3438e3569b
commit b3244f0d9d
No known key found for this signature in database
GPG key ID: D83A76BFE376345E
8 changed files with 59 additions and 11 deletions

View file

@ -77,6 +77,19 @@
plusAvailable: plusAvailable] autorelease];
}
- (instancetype)initWithAuthcid: (OFString *)authcid
password: (OFString *)password
{
OF_INVALID_INIT_METHOD
}
- (instancetype)initWithAuthzid: (OFString *)authzid
authcid: (OFString *)authcid
password: (OFString *)password
{
OF_INVALID_INIT_METHOD
}
- (instancetype)initWithAuthcid: (OFString *)authcid
password: (OFString *)password
connection: (XMPPConnection *)connection