google apspot xmpp send fail. is this bug?
Posted
by cometta
on Stack Overflow
See other posts from Stack Overflow
or by cometta
Published on 2010-05-08T04:18:20Z
Indexed on
2010/05/08
4:28 UTC
Read the original article
Hit count: 275
JID jid = new JID("[email protected]"); //success with code
SUCCESS
JID jid = new JID("mycomponent.host.domain.com"); //send fail with
code INVALID_ID ,but when i try send from gmail OR jabber to
mycomponent.host.domain.com . it was a success.
Is this a but in google xmpp api?
© Stack Overflow or respective owner