0
votes
0answers
4 views
Openfire pubsub#collection (multiple parents implemented?)
I've been checking out OpenFire recently and am now trying to ascertain whether I can make a pubsub node with multiple collection nodes as parents. It would be very handy for the architecture I have …
1
vote
3answers
61 views
Best XMPP Library for Python Web Application
Hi,
I want to learn how to use XMPP and to create a simple web application with real collaboration features.
I am writing the application with Python(WSGI), and the application will require javascript …
0
votes
2answers
44 views
How to set/get profile data with XMPP using Smack
I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running very well. However, I didn't find a way to store additional profile information …
0
votes
2answers
61 views
How to get port number for iPhone Chatting Application
I am developing a chat application.
But Right now chatting is possible with only google because I know only google's port no.
xmppClient = [[XMPPClient alloc] init];
[xmppClient addDelegate:self];
…
4
votes
4answers
81 views
Is there an open source WebSockets (JavaScript) XMPP library?
Has anyone written an open source XMPP library that uses WebSockets and is meant to be run by a browser?
1
vote
1answer
222 views
wave bot and xmpp bot?
Wave protocol bot is just like any typical xmpp agent bot / component bot right?
Can wave bots used on other places or use bosh and create webclient to consume the bot?
Is wave protocol bot library …
0
votes
0answers
11 views
File transfer using XMPP
I am using Jabbernet DLL to implement a c# based XMPP client with some customizations specific to my project. I want to support file transfers in my XMPP client. From what I could google/read, This …
0
votes
3answers
58 views
Using AppEngine XMPP for Client Notifications
I've been looking for a way to tell clients about expired objects and AppEngine's XMPP implementation seems really interesting because it's scalable, should be reliable and can contain up to 100kb of …
0
votes
5answers
75 views
Which language to choose for a Jabber bot?
I'll be writing an XMPP (Jabber) bot, and I need to decide in which language should I write it. Currently I'm considering Python, Java, and PHP.
Since I'm expecting the bot to be running most of the …
0
votes
0answers
13 views
What is the throttling rate that GTalk applies to XMPP messages?
Even after throttling down to one message per second, after about 20 messages GTalk starts bouncing XMPP messages with ...
<error type="cancel" code="503"><service-unavailable …
1
vote
1answer
54 views
home automation using arduino / xmpp client for arduino
Hi,
I am trying to setup a system for automating certain tasks in my home.
I am thinking of a solution wherein a server side application would be able to send/receive commands/data to …
0
votes
0answers
32 views
XMPP: Connect to GTalk
Hi, Am using XMPP trying to connect to Gtalk to send a message from one of my other gtalk accounts to my main account from a PHP page. I get an error that its unable to connect before timeout. Please …
0
votes
1answer
35 views
How to turn off autosignin of registered transports in Openfire ?
This is regarding the gateway XEP 0100 support in Openfire.
I have noticed that for some transports, they are auto-signed in once a connection to openfire succeeds (via the xmpp user). This applies …
0
votes
4answers
70 views
XMPP server in Java
Hey any body please help me to implement a simple XMPP server using Java.
Thanks,
KC.
0
votes
2answers
49 views
Secure iPhone-Desktop Connection
Background
There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, there are many …
