I found the problem with not getting the sender's name in the IM Received event.
Just had to change one line of code in Avatar.cs:
change this:
else if(field.Layout.Name == "AgentName")
to this:
_______________________________________________ libsecondlife-dev mailing list [email protected] https://mail.gna.org/listinfo/libsecondlife-dev
