Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Troubles with Datashare over XMPP

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello, folks!

I'm playing with Datashare API over XMPP-container and have some problems.

I create ecf.xmpp.smack container, connect to my jabber account
"samolisov@xxxxx" (connect fine, I watch myself online), create channel
with name "channel"

IChannelContainerAdapter channelContainer = (IChannelContainerAdapter)
_container.getAdapter(IChannelContainerAdapter.class);	
channelContainer.createChannel(getNewID(CHANNEL_NAME),
getChannelListener(), null);

Bundle keep run.

Late, I start this bundle with another config: I create ecf.xmpp.smack
container, connect to my jabber account "samolisov@xxxxxxxxx" (connect
fine, I watch myself online) and create channel with name "channel".

And send message over channel to my another account:

IChannel sender = getChannel();
System.out.println("to = " + System.getProperty(XMPP_TO_ID));
sender.sendMessage(IDFactory.getDefault().createID(IDFactory.getDefault().getNamespaceByName(XMPP_NAMESPACE),"samolisov@ya,ru")
,"Hello!".getBytes());

Now are running two bundles with two containers.

But! This data has sended to my container (i.e. container that send this
data: "samolisov@xxxxxxxxx") and do not received by container that I
send this message ("samolisov@xxxxx").

Any ideas?

Thanks.

- --
Pavel Samolisov

Meet me at:
Vkontakte.ru: http://vkontakte.ru/id3178981
Blog: http://samolisov.blogspot.com
Twitter: http://twitter.com/samolisov
XMPP/Jabber: samolisov@xxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrnx4QACgkQ20T0Vos3rqBK+gCeNXldYMLZzR/kuwI9BCOkbTJ/
l0AAnA5eLvJwVIe/sBnAg7TWdcuG6eVF
=BQyb
-----END PGP SIGNATURE-----


Back to the top