Skip to content

Commit

Permalink
Updated MatrixSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mlu-af committed Nov 21, 2016
1 parent b13f5c4 commit d7a0551
Show file tree
Hide file tree
Showing 17 changed files with 109 additions and 109 deletions.
Binary file modified C3Lib/C3Lib.framework/C3Lib
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/arm.swiftdoc
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/arm.swiftmodule
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/arm64.swiftdoc
Binary file not shown.
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/i386.swiftdoc
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/i386.swiftmodule
Binary file not shown.
Binary file modified C3Lib/C3Lib.framework/Modules/C3Lib.swiftmodule/x86_64.swiftdoc
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions C3Lib/C3Lib.framework/_CodeSignature/CodeResources
Expand Up @@ -18,11 +18,11 @@
</data>
<key>Modules/C3Lib.swiftmodule/i386.swiftdoc</key>
<data>
lFhRLIipRjXmYvbSQAITbwXHlO0=
ZRwQSLOp1aADlAMqWdrTXrJzxa4=
</data>
<key>Modules/C3Lib.swiftmodule/i386.swiftmodule</key>
<data>
bVZYajcoZ9TmOWS2tu/uMZaWyu8=
jdt/k7aZByawqb+89lKS7dnx2bE=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -57,22 +57,22 @@
<dict>
<key>hash</key>
<data>
lFhRLIipRjXmYvbSQAITbwXHlO0=
ZRwQSLOp1aADlAMqWdrTXrJzxa4=
</data>
<key>hash2</key>
<data>
Fm8Ky8HW+eTuL1n5O+bPt+cFkkNCc1uDaNMk8EpsK94=
X7baw+Muh6++H80Ri2D6GmTlegtjrUiUBkQoUhR3d2g=
</data>
</dict>
<key>Modules/C3Lib.swiftmodule/i386.swiftmodule</key>
<dict>
<key>hash</key>
<data>
bVZYajcoZ9TmOWS2tu/uMZaWyu8=
jdt/k7aZByawqb+89lKS7dnx2bE=
</data>
<key>hash2</key>
<data>
SZP64t2DZ2TkVFrK6L9bIZ74iumtTd2enw5nvcMUxPQ=
7h4fSja9BhGDj2reTJ+a+ScA86EYpjvT7hsQ8ARswls=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
98 changes: 49 additions & 49 deletions Documentation/reference/Classes.html
Expand Up @@ -269,46 +269,6 @@ <h4>Declaration</h4>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib19C3PowerLevelsReader"></a>
<a name="//apple_ref/swift/Class/C3PowerLevelsReader" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib19C3PowerLevelsReader">C3PowerLevelsReader</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A class which provides convenience accessors for the internal representation of a power levels structure.</p>

<p>This will usually be accessed through <code>C3Room#powerLevels</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PowerLevelsReader.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PowerLevelsReader</span><span class="p">:</span> <span class="kt">C3PowerLevelsContainer</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
Expand Down Expand Up @@ -1409,6 +1369,48 @@ <h4>Declaration</h4>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib15C3PeerMediaPipe"></a>
<a name="//apple_ref/swift/Class/C3PeerMediaPipe" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib15C3PeerMediaPipe">C3PeerMediaPipe</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A simple component that allows a single media stream to be sent and received within a call. This component can only be used by calls, and will throw an error if attached to a conference.</p>

<p>Media does not have to be sent both ways, i.e. the component will work even if none or just one of the peers are sending media.</p>

<p>This component is usually not used directly, as it is used in the implementation of call&rsquo;s <code>#setLocalSource</code> and <code>#getRemoteSource</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PeerMediaPipe.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PeerMediaPipe</span><span class="p">:</span> <span class="kt"><a href="Classes/C3Component.html">C3Component</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
Expand Down Expand Up @@ -1473,35 +1475,33 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib15C3PeerMediaPipe"></a>
<a name="//apple_ref/swift/Class/C3PeerMediaPipe" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib15C3PeerMediaPipe">C3PeerMediaPipe</a>
<a name="/s:C5C3Lib19C3PowerLevelsReader"></a>
<a name="//apple_ref/swift/Class/C3PowerLevelsReader" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib19C3PowerLevelsReader">C3PowerLevelsReader</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A simple component that allows a single media stream to be sent and received within a call. This component can only be used by calls, and will throw an error if attached to a conference.</p>

<p>Media does not have to be sent both ways, i.e. the component will work even if none or just one of the peers are sending media.</p>
<p>A class which provides convenience accessors for the internal representation of a power levels structure.</p>

<p>This component is usually not used directly, as it is used in the implementation of call&rsquo;s <code>#setLocalSource</code> and <code>#getRemoteSource</code>.</p>
<p>This will usually be accessed through <code>C3Room#powerLevels</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PeerMediaPipe.html" class="slightly-smaller">See more</a>
<a href="Classes/C3PowerLevelsReader.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PeerMediaPipe</span><span class="p">:</span> <span class="kt"><a href="Classes/C3Component.html">C3Component</a></span></code></pre>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PowerLevelsReader</span><span class="p">:</span> <span class="kt">C3PowerLevelsContainer</span></code></pre>

</div>
</div>
Expand Down
Expand Up @@ -269,46 +269,6 @@ <h4>Declaration</h4>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib19C3PowerLevelsReader"></a>
<a name="//apple_ref/swift/Class/C3PowerLevelsReader" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib19C3PowerLevelsReader">C3PowerLevelsReader</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A class which provides convenience accessors for the internal representation of a power levels structure.</p>

<p>This will usually be accessed through <code>C3Room#powerLevels</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PowerLevelsReader.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PowerLevelsReader</span><span class="p">:</span> <span class="kt">C3PowerLevelsContainer</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
Expand Down Expand Up @@ -1409,6 +1369,48 @@ <h4>Declaration</h4>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib15C3PeerMediaPipe"></a>
<a name="//apple_ref/swift/Class/C3PeerMediaPipe" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib15C3PeerMediaPipe">C3PeerMediaPipe</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A simple component that allows a single media stream to be sent and received within a call. This component can only be used by calls, and will throw an error if attached to a conference.</p>

<p>Media does not have to be sent both ways, i.e. the component will work even if none or just one of the peers are sending media.</p>

<p>This component is usually not used directly, as it is used in the implementation of call&rsquo;s <code>#setLocalSource</code> and <code>#getRemoteSource</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PeerMediaPipe.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PeerMediaPipe</span><span class="p">:</span> <span class="kt"><a href="Classes/C3Component.html">C3Component</a></span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
Expand Down Expand Up @@ -1473,35 +1475,33 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:C5C3Lib15C3PeerMediaPipe"></a>
<a name="//apple_ref/swift/Class/C3PeerMediaPipe" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib15C3PeerMediaPipe">C3PeerMediaPipe</a>
<a name="/s:C5C3Lib19C3PowerLevelsReader"></a>
<a name="//apple_ref/swift/Class/C3PowerLevelsReader" class="dashAnchor"></a>
<a class="token" href="#/s:C5C3Lib19C3PowerLevelsReader">C3PowerLevelsReader</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>A simple component that allows a single media stream to be sent and received within a call. This component can only be used by calls, and will throw an error if attached to a conference.</p>

<p>Media does not have to be sent both ways, i.e. the component will work even if none or just one of the peers are sending media.</p>
<p>A class which provides convenience accessors for the internal representation of a power levels structure.</p>

<p>This component is usually not used directly, as it is used in the implementation of call&rsquo;s <code>#setLocalSource</code> and <code>#getRemoteSource</code>.</p>
<p>This will usually be accessed through <code>C3Room#powerLevels</code>.</p>

<div class="aside aside-version">
<p class="aside-title">Version</p>
1.0.0

</div>

<a href="Classes/C3PeerMediaPipe.html" class="slightly-smaller">See more</a>
<a href="Classes/C3PowerLevelsReader.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PeerMediaPipe</span><span class="p">:</span> <span class="kt"><a href="Classes/C3Component.html">C3Component</a></span></code></pre>
<pre class="highlight"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">C3PowerLevelsReader</span><span class="p">:</span> <span class="kt">C3PowerLevelsContainer</span></code></pre>

</div>
</div>
Expand Down
Binary file not shown.
Binary file modified Documentation/reference/docsets/C3Lib.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion Example/C3Lib/ChatViewController.swift
Expand Up @@ -23,7 +23,7 @@ class ChatViewController: JSQMessagesViewController {
outgoingBubbleImageView = factory?.outgoingMessagesBubbleImage(with: UIColor.jsq_messageBubbleBlue())
incomingBubbleImageView = factory?.incomingMessagesBubbleImage(with: UIColor.jsq_messageBubbleLightGray())

avatarGenerator = IGImageGenerator(imageProducer: IGGitHubIdenticon(), hashFunction: { IGJenkinsHashFromData($0!) })
avatarGenerator = IGImageGenerator(imageProducer: IGGitHubIdenticon(), hashFunction: { IGJenkinsHashFromData($0) })

room?.on("event:m.room.message", target: self, callback: #selector(handleRoomMessage))
room?.on("typing", target: self, callback: #selector(handleTypingEvent))
Expand Down
2 changes: 1 addition & 1 deletion Example/C3Lib/MembersViewController.swift
Expand Up @@ -21,7 +21,7 @@ class MembersViewController: UITableViewController {

room?.otherMembers.forEach { $0.on("presence", target: self, callback: #selector(self.onPresence(user:))) }

avatarGenerator = IGImageGenerator(imageProducer: IGGitHubIdenticon(), hashFunction: { IGJenkinsHashFromData($0!) })
avatarGenerator = IGImageGenerator(imageProducer: IGGitHubIdenticon(), hashFunction: { IGJenkinsHashFromData($0) })
}

override func willMove(toParentViewController parent: UIViewController?) {
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
# Contextual Communication Toolbox Library
[![Version](https://img.shields.io/cocoapods/v/c3-ios-sdk.svg?style=flat)](http://cocoapods.org/pods/c3-ios-sdk)
[![License](https://img.shields.io/cocoapods/l/c3-ios-sdk.svg?style=flat)](http://cocoapods.org/pods/c3-ios-sdk)
[![Platform](https://img.shields.io/cocoapods/p/c3-ios-sdk.svg?style=flat)](http://cocoapods.org/pods/c3-ios-sdk)
[![Version](https://img.shields.io/cocoapods/v/C3Lib.svg?style=flat)](http://cocoapods.org/pods/C3Lib)
[![License](https://img.shields.io/cocoapods/l/C3Lib.svg?style=flat)](http://cocoapods.org/pods/C3Lib)
[![Platform](https://img.shields.io/cocoapods/p/C3Lib.svg?style=flat)](http://cocoapods.org/pods/C3Lib)

## Example

Expand Down

0 comments on commit d7a0551

Please sign in to comment.