# HG changeset patch # User Nathan Walp # Date 1048375174 0 # Node ID 4a689f8d3d2f47cb2310d48e58a62ce2c7ccbf15 # Parent 6a0be79e9f71b7bcb7cbf14344c2a7c479069d13 [gaim-migrate @ 5198] we shouldn't be stripping resources from outgoing IMs committer: Tailor Script diff -r 6a0be79e9f71 -r 4a689f8d3d2f src/protocols/jabber/jabber.c --- a/src/protocols/jabber/jabber.c Sat Mar 22 22:59:26 2003 +0000 +++ b/src/protocols/jabber/jabber.c Sat Mar 22 23:19:34 2003 +0000 @@ -2407,7 +2407,7 @@ if (!who || !message) return 0; - if((realwho = get_realwho(gjc, who, FALSE, NULL)) == NULL) + if((realwho = get_realwho(gjc, who, TRUE, NULL)) == NULL) return 0; x = xmlnode_new_tag("message");