Changes in protocols/jabber/si.c [e88fe7da:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
re88fe7da r5ebff60 186 186 jd->filetransfers = g_slist_prepend(jd->filetransfers, tf); 187 187 188 /* query buddy's features and server's streaming proxies if nec essary */188 /* query buddy's features and server's streaming proxies if neccessary */ 189 189 190 190 if (!tf->bud->features) { … … 283 283 284 284 if (requestok) { 285 /* Figure out who the transfer should come from ... */285 /* Figure out who the transfer should come frome... */ 286 286 287 287 ext_jid = ini_jid; … … 403 403 * <iq from=... to=... id=...> 404 404 * <si xmlns=si> 405 * [ <file xmlns=ft/> ] <-- not nec essary405 * [ <file xmlns=ft/> ] <-- not neccessary 406 406 * <feature xmlns=feature> 407 407 * <x xmlns=xdata type=submit>
Note: See TracChangeset
for help on using the changeset viewer.