Hi,

I tried. 

The following source think that it was able to execute it normally. 

        String sendEmail = "[email protected]";
        JID jid = new JID(sendEmail);
        XMPPService xmpp = XMPPServiceFactory.getXMPPService();
        xmpp.sendInvitation(jid);

When this source doesn't operate normally, it is likely to have to think 
about other causes. 

Good luck

Please try.
thanks.

>I was trying to send an invitation to a gmail id and the gmail user is
>logged in through GTALK and i am getting following message, what can
>be the reason for this ?
>
>Nested in javax.servlet.ServletException:
>java.lang.IllegalArgumentException: Invalid jabber ID: <JID:
>[email protected]>:
>java.lang.IllegalArgumentException: Invalid jabber ID: <JID:
>[email protected]>
>       at
>com.google.appengine.api.xmpp.XMPPServiceImpl.sendInvitation(XMPPServiceImpl.
>java:
>82)
>
>Thanks,
>Rahul
>
>-- 
>You received this message because you are subscribed to the Google Groups 
>"Google App Engine for Java" group.
>To post to this group, send email to [email protected].
>To unsubscribe from this group, send email to google-appengine-java+
>[email protected].
>For more options, visit this group at http://groups.google.com/group/google-
>appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to