Add multicast delegates.
This commit is contained in:
parent
1c4befa4c4
commit
7fb28f25c8
9 changed files with 265 additions and 83 deletions
|
@ -91,7 +91,7 @@ OF_APPLICATION_DELEGATE(AppDelegate)
|
|||
[stanza ID]] isEqual: @"bob@localhost, alice@localhost, get, 42"]));
|
||||
|
||||
conn = [[XMPPConnection alloc] init];
|
||||
[conn setDelegate: self];
|
||||
[conn addDelegate: self];
|
||||
|
||||
if ([arguments count] != 3) {
|
||||
of_log(@"Invalid count of command line arguments!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue