| 91 |
91 |
| 92 if(!chat) |
92 if(!chat) |
| 93 return; |
93 return; |
| 94 |
94 |
| 95 if(jm->subject) |
95 if(jm->subject) |
| 96 gaim_chat_set_topic(GAIM_CHAT(chat->conv), jid->resource, jm->subject); |
96 gaim_conv_chat_set_topic(GAIM_CONV_CHAT(chat->conv), jid->resource, jm->subject); |
| 97 |
97 |
| 98 serv_got_chat_in(jm->js->gc, chat->id, jabber_get_resource(jm->from), |
98 serv_got_chat_in(jm->js->gc, chat->id, jabber_get_resource(jm->from), |
| 99 0, jm->xhtml ? jm->xhtml : jm->body, jm->sent); |
99 0, jm->xhtml ? jm->xhtml : jm->body, jm->sent); |
| 100 jabber_id_free(jid); |
100 jabber_id_free(jid); |
| 101 } |
101 } |