Comment: | Documentation improvements. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e701117140e9ef7450e80eda1422fd40 |
User & Date: | js on 2012-02-03 15:12:04 |
Other Links: | manifest | tags |
2012-02-03
| ||
15:20 | More documentation improvements. check-in: cdb78d79ac user: js tags: trunk | |
15:12 | Documentation improvements. check-in: e701117140 user: js tags: trunk | |
15:00 | Add missing import check-in: 6a978bc7bf user: florob@babelmonkeys.de tags: trunk | |
Modified src/XMPPAuthenticator.h from [0cd7759ddf] to [0fe63041be].
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + - + - + - - + + - - + + + + - + + + | OFString *authzid; OFString *authcid; OFString *password; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ |
Modified src/XMPPConnection.h from [958c307992] to [52a0a49cc3].
︙ | |||
166 167 168 169 170 171 172 173 174 175 176 177 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 | + + - + - + - + - + - - + + + - + - + + + + + - + + + - + - + - + - + | @property (readonly, retain, getter=socket) OFTCPSocket *sock; @property BOOL encryptionRequired; /// \brief Whether the connection is encrypted @property (readonly) BOOL encrypted; #endif /** * \brief Creates a new autoreleased XMPPConnection. * * \return A new autoreleased XMPPConnection */ + connection; /** |
︙ |
Modified src/XMPPEXTERNALAuth.h from [f8ca977188] to [9e692e1add].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | - + - + | #import "XMPPAuthenticator.h" /** * \brief A class to authenticate using SASL EXTERNAL */ @interface XMPPEXTERNALAuth: XMPPAuthenticator /** |
Modified src/XMPPExceptions.h from [f066866cc9] to [3a47c0db95].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + - + - + | { /// \cond internal XMPPConnection *connection; /// \end } #ifdef OF_HAVE_PROPERTIES |
︙ | |||
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + - + - + - + | /// \cond internal OFString *condition; OFString *reason; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ | |||
124 125 126 127 128 129 130 | 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 | - + - + - + - + | /// \cond internal OFString *profile; OFString *string; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ | |||
174 175 176 177 178 179 180 | 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | - + - + - + - + | /// \cond internal OFString *operation; OFString *string; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ | |||
223 224 225 226 227 228 229 | 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 | - + - + - + | { /// \cond internal OFString *reason; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
Modified src/XMPPIQ.h from [7810d97c14] to [66d8f3bede].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + - + + - + - + - - + + - + - + | #import "XMPPStanza.h" /** * \brief A class describing an IQ stanza. */ @interface XMPPIQ: XMPPStanza /** |
Modified src/XMPPJID.h from [9a904b032f] to [190df7c77d].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + - + - + - + - + - + + + + + | OFString *node; OFString *domain; OFString *resource; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ |
Modified src/XMPPMessage.h from [e60bd2862b] to [51a4c22e67].
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | + - + - + - + - + - - - - - - - - + - + - + + - + - + | #import "XMPPStanza.h" /** * \brief A class describing a message stanza. */ @interface XMPPMessage: XMPPStanza #ifdef OF_HAVE_PROPERTIES /// \brief The text content of the body of the message @property (copy) OFString *body; #endif /** |
Modified src/XMPPMulticastDelegate.h from [e8290add4f] to [437cf7b9b4].
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + - + - + | { /// \cond internal OFDataArray *delegates; /// \endcond } /** |
︙ |
Modified src/XMPPPLAINAuth.h from [838ab06906] to [c63de3602e].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + - - + + | #import "XMPPAuthenticator.h" /** * \brief A class to authenticate using SASL PLAIN */ @interface XMPPPLAINAuth: XMPPAuthenticator /** |
︙ |
Modified src/XMPPPresence.h from [6579dcabcb] to [db99e5889b].
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | - + - + - + - + + - - - - - - - - + - + - + + - + - + - + | #import "XMPPStanza.h" /** * \brief A class describing a presence stanza. */ @interface XMPPPresence: XMPPStanza /** |
Modified src/XMPPRoster.h from [0285d089da] to [d2f88013f2].
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | - - + + - + - + - + - + + - + - + - + - + - + - + | #ifndef XMPP_ROSTER_M <OFObject> #endif #ifdef OF_HAVE_OPTIONAL_PROTOCOLS @optional #endif /** |
︙ |
Modified src/XMPPRosterItem.h from [109ad297e3] to [00eaee168b].
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + + + + + + + + + + | OFString *name; OFString *subscription; OFArray *groups; /// \endcond } #ifdef OF_HAVE_PROPERTIES /// \brief The JID of the roster item @property (copy) XMPPJID *JID; /// \brief The name of the roster item to show to the user @property (copy) OFString *name; /// \brief The subscription for the roster item @property (copy) OFString *subscription; /// \brief An array of groups in which the roster item is @property (copy) OFArray *groups; #endif /** * \brief Creates a new autoreleased roster item. * * \return A new autoreleased roster item. */ + rosterItem; - (void)setJID: (XMPPJID*)JID; - (XMPPJID*)JID; - (void)setName: (OFString*)name; - (OFString*)name; - (void)setSubscription: (OFString*)subscription; - (OFString*)subscription; - (void)setGroups: (OFArray*)groups; - (OFArray*)groups; @end |
Modified src/XMPPSCRAMAuth.h from [f6a39a6afe] to [deda90ec9d].
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - + - - + + - + + - - + + | XMPPConnection *connection; BOOL plusAvailable; BOOL authenticated; /// \endcond } /** |
︙ |
Modified src/XMPPStanza.h from [ecb78e970b] to [b1e074823d].
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 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 | - + - + - + - + - + - + + - + - + + - + - + - + + - + + - - + + - + | XMPPJID *to; OFString *type; OFString *ID; /// \endcond } #ifdef OF_HAVE_PROPERTIES |
︙ |