Menu

contactAddedMe

Help
darkdemun
2008-01-29
2013-04-29
  • darkdemun

    darkdemun - 2008-01-29

    this is my code:
    public void contactAddedMe(MsnMessenger messenger, MsnContact contact) {
                        messenger.sendText(Email.parseStr("***@gmail.com"), contact.getFriendlyName()); //debugging
                        System.out.println(contact.getEmail()+"\f\f\f\f\f\f\f\f\fgjfklgjdfgkljfgkljdfgkldjfgkl;djfg");//debugging
                        messenger.addFriend(contact.getEmail(), contact.getFriendlyName());
                    }

    it seems when someone adds me the listener does not pick it up
    is this a bug, if not how do i fix it?

     
    • darkdemun

      darkdemun - 2008-01-29

      and, How do I send only one message to certain switchboard, im asking because i need to know how to send to a group chat (more then one person there), if you know a better way ill be happy :D

       
    • darkdemun

      darkdemun - 2008-01-29

      EDIT, contact adding is fixed, added another listener,,, should of tryed that first :S

      now i dunno how ill make group chat work :S

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.