Skip to content

Commit

Permalink
Try forcing showing code on next line
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Jul 24, 2015
1 parent 4f6f9d4 commit 36bead9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ From now on you will have to open the xcworkspace file
1. Add the following delegates:
```Objective-C
XMPPRosterDelegate, XMPPStreamDelegate

```
1. Add XMPP properties:
```Objective-C
Expand All @@ -68,6 +69,7 @@ From now on you will have to open the xcworkspace file
```Objective-C
- (BOOL)connect;
- (void)disconnect;

```
1. Switch to `AppDelegate.m` and add a new method called `setupStream`, which will be in charge of configuring the stream, roster and its storage:
```Objective-C
Expand Down

0 comments on commit 36bead9

Please sign in to comment.