Changeset 9c9b37c for protocols/jabber/presence.c
- Timestamp:
- 2007-07-01T19:58:23Z (14 years ago)
- Branches:
- master
- Children:
- c377417
- Parents:
- b9f8b87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/presence.c
rb9f8b87 r9c9b37c 195 195 struct jabber_chat *jc = c->data; 196 196 197 xt_add_attr( node, "to", jc->m e->full_jid );197 xt_add_attr( node, "to", jc->my_full_jid ); 198 198 st = jabber_write_packet( ic, node ); 199 199 }
Note: See TracChangeset
for help on using the changeset viewer.