changeset 4868:4a689f8d3d2f

[gaim-migrate @ 5198] we shouldn't be stripping resources from outgoing IMs committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 22 Mar 2003 23:19:34 +0000
parents 6a0be79e9f71
children e6c7d67c1f3a
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");