bump version and docs
This commit is contained in:
		
							parent
							
								
									033a509541
								
							
						
					
					
						commit
						77dfd78904
					
				@ -92,7 +92,7 @@ Then import `import SocketIO`.
 | 
			
		||||
### Carthage
 | 
			
		||||
Add this line to your `Cartfile`:
 | 
			
		||||
```
 | 
			
		||||
github "socketio/socket.io-client-swift" ~> 9.0.1 # Or latest version
 | 
			
		||||
github "socketio/socket.io-client-swift" ~> 10.0.0 # Or latest version
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Run `carthage update --platform ios,macosx`.
 | 
			
		||||
@ -104,7 +104,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
 | 
			
		||||
use_frameworks!
 | 
			
		||||
 | 
			
		||||
target 'YourApp' do
 | 
			
		||||
    pod 'Socket.IO-Client-Swift', '~> 9.0.1' # Or latest version
 | 
			
		||||
    pod 'Socket.IO-Client-Swift', '~> 10.0.0' # Or latest version
 | 
			
		||||
end
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
@ -132,7 +132,7 @@ Objective-C:
 | 
			
		||||
Add this line to your `Seedfile`:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
github "socketio/socket.io-client-swift", "v9.0.1", :files => "Source/*.swift" # Or latest version
 | 
			
		||||
github "socketio/socket.io-client-swift", "v10.0.0", :files => "Source/*.swift" # Or latest version
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Run `seed install`.
 | 
			
		||||
 | 
			
		||||
@ -1,12 +1,12 @@
 | 
			
		||||
Pod::Spec.new do |s|
 | 
			
		||||
  s.name         = "Socket.IO-Client-Swift"
 | 
			
		||||
  s.module_name  = "SocketIO"
 | 
			
		||||
  s.version      = "9.0.1"
 | 
			
		||||
  s.version      = "10.0.0"
 | 
			
		||||
  s.summary      = "Socket.IO-client for iOS and OS X"
 | 
			
		||||
  s.description  = <<-DESC
 | 
			
		||||
                   Socket.IO-client for iOS and OS X.
 | 
			
		||||
                   Supports ws/wss/polling connections and binary.
 | 
			
		||||
                   For socket.io 1.0+ and Swift.
 | 
			
		||||
                   For socket.io 2.0+ and Swift.
 | 
			
		||||
                   DESC
 | 
			
		||||
  s.homepage     = "https://github.com/socketio/socket.io-client-swift"
 | 
			
		||||
  s.license      = { :type => 'MIT' }
 | 
			
		||||
@ -14,7 +14,7 @@ Pod::Spec.new do |s|
 | 
			
		||||
  s.ios.deployment_target = '8.0'
 | 
			
		||||
  s.osx.deployment_target = '10.10'
 | 
			
		||||
  s.tvos.deployment_target = '9.0'
 | 
			
		||||
  s.source       = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v9.0.1' }
 | 
			
		||||
  s.source       = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v10.0.0' }
 | 
			
		||||
  s.source_files  = "Source/**/*.swift"
 | 
			
		||||
  s.requires_arc = true
 | 
			
		||||
  s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.1'}
 | 
			
		||||
 | 
			
		||||
@ -465,8 +465,8 @@ manager["room1"]?.emit("hello")
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -248,7 +248,7 @@ Example:</p>
 | 
			
		||||
                              <td>
 | 
			
		||||
                                <div>
 | 
			
		||||
                                  <p>The callback called when an ack is received, or when a timeout happens.
 | 
			
		||||
                  To check for timeout, use <code>SocketAckStatus</code>’s <code>noAck</code> case.</p>
 | 
			
		||||
                  To check for timeout, use <code>SocketAckStatus</code>‘s <code>noAck</code> case.</p>
 | 
			
		||||
                                </div>
 | 
			
		||||
                              </td>
 | 
			
		||||
                            </tr>
 | 
			
		||||
@ -266,8 +266,8 @@ Example:</p>
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -288,8 +288,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -381,8 +381,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -336,8 +336,8 @@ will be emitted. The structure of the error data is <code>[ackNum, items, theErr
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -282,8 +282,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -208,33 +208,6 @@ manager["room1"]?.emit("hello")
 | 
			
		||||
                </a>
 | 
			
		||||
              </div>
 | 
			
		||||
              <ul class="item-container">
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Variable/sharedManager" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_">sharedManager</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>The shared manager.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="n">open</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">sharedManager</span> <span class="o">=</span> <span class="kt">SocketClientManager</span><span class="p">()</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -266,6 +239,33 @@ manager["room1"]?.emit("hello")
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Variable/sharedManager" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:ZvC8SocketIO19SocketClientManager13sharedManagerS0_">sharedManager</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>The shared manager.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="n">open</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">sharedManager</span> <span class="o">=</span> <span class="kt">SocketClientManager</span><span class="p">()</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
              </ul>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="task-group">
 | 
			
		||||
@ -470,8 +470,8 @@ manager["room1"]?.emit("hello")
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -418,34 +418,6 @@ disconnect us.</p>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:vC8SocketIO12SocketEngine16doubleEncodeUTF8Sb"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Property/doubleEncodeUTF8" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:vC8SocketIO12SocketEngine16doubleEncodeUTF8Sb">doubleEncodeUTF8</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Set to <code>true</code> if using the node.js version of socket.io. The node.js version of socket.io
 | 
			
		||||
handles utf8 incorrectly.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">doubleEncodeUTF8</span> <span class="o">=</span> <span class="kc">true</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -1224,9 +1196,9 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:FC8SocketIO12SocketEngine18parseEngineMessageFTSS11fromPollingSb_T_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Method/parseEngineMessage(_:fromPolling:)" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:FC8SocketIO12SocketEngine18parseEngineMessageFTSS11fromPollingSb_T_">parseEngineMessage(_:fromPolling:)</a>
 | 
			
		||||
                    <a name="/s:FC8SocketIO12SocketEngine18parseEngineMessageFSST_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Method/parseEngineMessage(_:)" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:FC8SocketIO12SocketEngine18parseEngineMessageFSST_">parseEngineMessage(_:)</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
@ -1241,7 +1213,7 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">parseEngineMessage</span><span class="p">(</span><span class="n">_</span> <span class="nv">message</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">fromPolling</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">)</span></code></pre>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">parseEngineMessage</span><span class="p">(</span><span class="n">_</span> <span class="nv">message</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
@ -1461,8 +1433,8 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -1768,8 +1768,8 @@ Can be used after disconnecting to break any potential remaining retain cycles.<
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -906,8 +906,8 @@ Yodel a   sound  to the planet.    This sends it as an astroid. <a href="http://
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -368,8 +368,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -343,8 +343,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -221,8 +221,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -376,8 +376,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -407,8 +407,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -261,8 +261,7 @@
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>The node.js socket.io currently does funky things to unicode when doing HTTP long-polling. Passing <code>true</code> in
 | 
			
		||||
this option causes the client to try and fix any bad unicode that might be sent.</p>
 | 
			
		||||
                        <p>Deprecated</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
@ -927,8 +926,8 @@ the background. <strong>This option is experimental as socket.io shouldn’t
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -314,8 +314,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -244,8 +244,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -456,8 +456,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -207,8 +207,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -249,8 +249,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -431,8 +431,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -494,8 +494,8 @@ disconnect us.</p>
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -294,34 +294,6 @@
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:vP8SocketIO16SocketEngineSpec16doubleEncodeUTF8Sb"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Property/doubleEncodeUTF8" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:vP8SocketIO16SocketEngineSpec16doubleEncodeUTF8Sb">doubleEncodeUTF8</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Set to <code>true</code> if using the node.js version of socket.io. The node.js version of socket.io
 | 
			
		||||
handles utf8 incorrectly.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="k">var</span> <span class="nv">doubleEncodeUTF8</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -979,9 +951,9 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:FP8SocketIO16SocketEngineSpec18parseEngineMessageFTSS11fromPollingSb_T_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Method/parseEngineMessage(_:fromPolling:)" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:FP8SocketIO16SocketEngineSpec18parseEngineMessageFTSS11fromPollingSb_T_">parseEngineMessage(_:fromPolling:)</a>
 | 
			
		||||
                    <a name="/s:FP8SocketIO16SocketEngineSpec18parseEngineMessageFSST_"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Method/parseEngineMessage(_:)" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:FP8SocketIO16SocketEngineSpec18parseEngineMessageFSST_">parseEngineMessage(_:)</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
@ -996,7 +968,7 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">func</span> <span class="nf">parseEngineMessage</span><span class="p">(</span><span class="n">_</span> <span class="nv">message</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">fromPolling</span><span class="p">:</span> <span class="kt">Bool</span><span class="p">)</span></code></pre>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">func</span> <span class="nf">parseEngineMessage</span><span class="p">(</span><span class="n">_</span> <span class="nv">message</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
@ -1113,8 +1085,8 @@ the engine is attempting to upgrade to WebSocket it does not do any POSTing.</p>
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -347,8 +347,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -395,8 +395,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -264,8 +264,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -207,8 +207,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -215,8 +215,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -193,60 +193,6 @@
 | 
			
		||||
                </a>
 | 
			
		||||
              </div>
 | 
			
		||||
              <ul class="item-container">
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:V8SocketIO27SocketIOClientConfiguration7Element"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/Element" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration7Element">Element</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Type of element stored.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Element</span> <span class="o">=</span> <span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:V8SocketIO27SocketIOClientConfiguration5Index"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/Index" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration5Index">Index</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Index type.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Index</span> <span class="o">=</span> <span class="kt">Array</span><span class="o"><</span><span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span><span class="o">>.</span><span class="kt">Index</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -274,6 +220,33 @@
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:V8SocketIO27SocketIOClientConfiguration7Element"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/Element" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration7Element">Element</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Type of element stored.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Element</span> <span class="o">=</span> <span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -301,6 +274,33 @@
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:V8SocketIO27SocketIOClientConfiguration5Index"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/Index" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:V8SocketIO27SocketIOClientConfiguration5Index">Index</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>Index type.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">Index</span> <span class="o">=</span> <span class="kt">Array</span><span class="o"><</span><span class="kt"><a href="../Enums/SocketIOClientOption.html">SocketIOClientOption</a></span><span class="o">>.</span><span class="kt">Index</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
              </ul>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="task-group">
 | 
			
		||||
@ -642,8 +642,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -179,33 +179,6 @@
 | 
			
		||||
          <div class="section-content">
 | 
			
		||||
            <div class="task-group">
 | 
			
		||||
              <ul class="item-container">
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:8SocketIO11AckCallback"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/AckCallback" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:8SocketIO11AckCallback">AckCallback</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>A typealias for an ack callback.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">AckCallback</span> <span class="o">=</span> <span class="p">([</span><span class="kt">Any</span><span class="p">])</span> <span class="o">-></span> <span class="kt">Void</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
@ -233,6 +206,33 @@
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
                <li class="item">
 | 
			
		||||
                  <div>
 | 
			
		||||
                    <code>
 | 
			
		||||
                    <a name="/s:8SocketIO11AckCallback"></a>
 | 
			
		||||
                    <a name="//apple_ref/swift/Alias/AckCallback" class="dashAnchor"></a>
 | 
			
		||||
                    <a class="token" href="#/s:8SocketIO11AckCallback">AckCallback</a>
 | 
			
		||||
                    </code>
 | 
			
		||||
                  </div>
 | 
			
		||||
                  <div class="height-container">
 | 
			
		||||
                    <div class="pointer-container"></div>
 | 
			
		||||
                    <section class="section">
 | 
			
		||||
                      <div class="pointer"></div>
 | 
			
		||||
                      <div class="abstract">
 | 
			
		||||
                        <p>A typealias for an ack callback.</p>
 | 
			
		||||
 | 
			
		||||
                      </div>
 | 
			
		||||
                      <div class="declaration">
 | 
			
		||||
                        <h4>Declaration</h4>
 | 
			
		||||
                        <div class="language">
 | 
			
		||||
                          <p class="aside-title">Swift</p>
 | 
			
		||||
                          <pre class="highlight"><code><span class="kd">public</span> <span class="kd">typealias</span> <span class="kt">AckCallback</span> <span class="o">=</span> <span class="p">([</span><span class="kt">Any</span><span class="p">])</span> <span class="o">-></span> <span class="kt">Void</span></code></pre>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
                    </section>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </li>
 | 
			
		||||
              </ul>
 | 
			
		||||
            </div>
 | 
			
		||||
          </div>
 | 
			
		||||
@ -241,8 +241,8 @@
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -220,7 +220,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
<h2 id='features' class='heading'>Features</h2>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
<li>Supports socket.io 1.0+</li>
 | 
			
		||||
<li>Supports socket.io 2.0+ (For socket.io 1.0 use v9.x)</li>
 | 
			
		||||
<li>Supports binary</li>
 | 
			
		||||
<li>Supports Polling and WebSockets</li>
 | 
			
		||||
<li>Supports TLS/SSL</li>
 | 
			
		||||
@ -262,7 +262,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
<h3 id='carthage' class='heading'>Carthage</h3>
 | 
			
		||||
 | 
			
		||||
<p>Add this line to your <code>Cartfile</code>:</p>
 | 
			
		||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift" ~> 9.0.0 # Or latest version
 | 
			
		||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift" ~> 9.0.1 # Or latest version
 | 
			
		||||
</code></pre>
 | 
			
		||||
 | 
			
		||||
<p>Run <code>carthage update --platform ios,macosx</code>.</p>
 | 
			
		||||
@ -272,7 +272,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
<pre class="highlight ruby"><code><span class="n">use_frameworks!</span>
 | 
			
		||||
 | 
			
		||||
<span class="n">target</span> <span class="s1">'YourApp'</span> <span class="k">do</span>
 | 
			
		||||
    <span class="n">pod</span> <span class="s1">'Socket.IO-Client-Swift'</span><span class="p">,</span> <span class="s1">'~> 9.0.0'</span> <span class="c1"># Or latest version</span>
 | 
			
		||||
    <span class="n">pod</span> <span class="s1">'Socket.IO-Client-Swift'</span><span class="p">,</span> <span class="s1">'~> 9.0.1'</span> <span class="c1"># Or latest version</span>
 | 
			
		||||
<span class="k">end</span>
 | 
			
		||||
</code></pre>
 | 
			
		||||
 | 
			
		||||
@ -292,7 +292,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
<h3 id='cocoaseeds' class='heading'>CocoaSeeds</h3>
 | 
			
		||||
 | 
			
		||||
<p>Add this line to your <code>Seedfile</code>:</p>
 | 
			
		||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift", "v9.0.0", :files => "Source/*.swift" # Or latest version
 | 
			
		||||
<pre class="highlight plaintext"><code>github "socketio/socket.io-client-swift", "v9.0.1", :files => "Source/*.swift" # Or latest version
 | 
			
		||||
</code></pre>
 | 
			
		||||
 | 
			
		||||
<p>Run <code>seed install</code>.</p>
 | 
			
		||||
@ -319,8 +319,8 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
      </article>
 | 
			
		||||
    </div>
 | 
			
		||||
    <section class="footer">
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-15)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
      <p>© 2017 <a class="link" href="https://github.com/socketio/socket.io-client-swift" target="_blank" rel="external">Erik</a>. All rights reserved. (Last updated: 2017-05-27)</p>
 | 
			
		||||
      <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
 | 
			
		||||
    </section>
 | 
			
		||||
  </body>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user