I am currently finding about how to build a XMPP client application on android 2.1.I came across this link which somewhat talks about the same problem.I am a newbie to android dev and thus found the solution given there to be difficult to digest.
The system currently has Active MQ as a JMS provider.My job is to fed the messages coming f...
I tried what I think are 4 most popular XMPP (aka "Jabber")
clients (Spark, Pidgin, Psi, Pandion) to connect to ActiveMQ instance (Apache ActiveMQ ver. 5.3.0)
on XMMP connector with an idea to use the "AciveMQ.Agent chatroom" for querying queues/etc
and no success at all
Some of them fail with 'Unknown error', some don't fail but kind o...
Hi,
I need a way to handle XMPP communication in my Rails app.
My requirements are:
Keep an instance of XMPP client
running and logged in as one specific
user (my bot user)
Trigger an event from a controller to
send a message and wait for a
reply. The message is sent to another
machine equipped with a bot so that
the reply is sup...
Hi guys, I am new to Openfire and XMPP and there are a few things that are a bit unclear to me.
I would like to use pubsub to notify all the subscribers when new blog post is published on the website. Subscribers should be able to receive these notifications through their IM applications of choice (Adium for example). The problem is tha...
Hi,
I am currently developing android XMPP client to communicate with the Tigase server setup locally.Before starting development on Android I am writing a simple java code on PC to test connectivity with XMPP server.My XMPP domain is my pc name "mwbn43-1" and administrator username and passwords are admin and tigase respectively.
Foll...
Hi,
I am using ejabberd as a chatting server now.
And I am writing a client to chat and register new user.
Right now, I know some of the protocol to register a new account,
like sending the following command to register new user:
<iq type="set"><query xmlns="jabber:iq:register"><username>wfwfewegwegwewefg</username><password>wfwefwefwef...
Hi,
I am working on a xmpp client, using eJabberd as server.
My question is How can I support offline file transferring?
I only want to do the offline file transferring for Image file.
For example,
I can transfer an image to John even he is offline.
When John come back Online,
the server will send him the image.
How can I do that?
...
Hi,
I made a wokkel (twisted python) bot to send and receive messages from the google xmpp service. Everything (auth, presence) etc works fine. One of the requirements of our project is that we need to send broadcast messages to everyone in the list. Normal messages and replies work fin, but when i send a broadcast message, i get this s...
I've been looking at these too, both seem to provide fully functional XMPP servers in Java. I know Tigase is designed in a very modular way, not looked at Openfire in as much detail yet.
My intended use would be to create a custom IM-based app, using XMPP for convenience rather than to open my server up to talk to other XMPP servers.
I...
Hello
I've been trying to create an Instant Messaging application in my ASP.NET site using C#. I came to know about XMPP which is a protocol used for instant messaging by GChat. I was wondering how to implement it in my ASP.NET application. Any insights provided on this will be very much appreciated.
Thank you.
NLV
...
(newbie alert)
I need to program a multiparty communication service for a course project, and I am considering XMPP for it.
The service needs following messaging semantics:
1) server will provide a method of registering and unregistering an address such as [email protected]/SomeResource. (for now I will do it manually).
2) serve...
Hi,
I'd like use couchdb for a web application with external user authentication by a XMPP-Server (Openfire). How can I achieve that? Let's say we have thre users:
[email protected]
[email protected]
[email protected]
Now [email protected] should be able to read all documents that are suited for basic us...
Hi
This is with regards to post here
I am able to connect my PC to the local tigase server setup locally(I am using Smack API). Now I am facing problems when I want to connect Android Phone to that server over Wi-Fi. I am able to connect to the local server by using client Beem for android.My XMPP Domain name of the server is my PC name...
hello all,
I want to implement chat client for iphone using jabber/XMPP. The XMPP framework on google repository shows that it is depreciated. Does someone knows where to start for xmpp chat client for iPhone?
...
What parameters should i pass if i use multiple domains on same jabber server.
my current jaberclient configuration is:
jabberClient1.Server = "localhost";
jabberClient1.Port = 5222;
my domain name is "deni" where should i pass this parameter ?
...
Hi, all
I am working on XMPP and smack recentlt,
I want to get get all user's presence from openfire server?
Is it possiable?
Many thx for any ideas.
...
I've been looking at some open-source XMPP servers, and am familiar with the official page http://xmpp.org/. But thus far I've not found anything in between "The Extensible Messaging and Presence Protocol (XMPP) is an open technology for real-time communication" and a list of XEP specifications. For instance articles explaining the basic...
Hi,
I'm working on a test suite for XMPP server. Currently I have implemented a client able to connect, create account, send stanzas taken from XML file, receive the reply, store it in another file and compare that with the expected output. I can create several clients, but I'm looking for concurrent operation.
How do I go about makin...
Hi,
i am new to android. i connected my server to my application. I can connect to server. but i couldn't login into server. last week i can access my server in my application.
host is 66.203.93.247
post is 5222
service is sayagle
ConnectionConfiguration connConfig = new ConnectionConfiguration(host,Integer.parseInt(port), service);
X...
Hi, i'm using xmpp in python, and i can send messages but how i can receive?
...