Overview
Comment: | XMPPContactManager: Indentation fixes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
46102a816af7366b4bbca9242d8914f0 |
User & Date: | florob@babelmonkeys.de on 2013-06-09 10:54:21 |
Other Links: | manifest | tags |
Context
2013-06-09
| ||
18:21 | XMPPContactManager: Remove contact from store after broadcasting the selector check-in: b649d4350d user: florob@babelmonkeys.de tags: trunk | |
10:54 | XMPPContactManager: Indentation fixes check-in: 46102a816a user: florob@babelmonkeys.de tags: trunk | |
2013-06-05
| ||
19:01 | XMPPDiscoEntity: Update JID on resource bind check-in: b0b4a4460a user: florob@babelmonkeys.de tags: trunk | |
Changes
Modified src/XMPPContactManager.m from [42334ca45b] to [77eaa185c9].
︙ | |||
114 115 116 117 118 119 120 | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | - - - + + + - - - + + + - - - + + + - - - + + + - + | contact = [_contacts objectForKey: bareJID]; if ([[rosterItem subscription] isEqual: @"remove"]) { [_contacts removeObjectForKey: bareJID]; if (contact != nil) [_delegates broadcastSelector: @selector(contactManager: |
︙ |