0
votes
2answers
38 views
Using jabber as a cruisecontrol publisher
I have set up the following publisher in CruiseControl:
<jabber host="my.network.local"
port="5222"
username="cruisecontrol"
password="cruisecontrol"
recipient="builds@confere …
0
votes
1answer
17 views
steps to setting up jabber
Ok I tried going to jabbers site, and it looks like cisco has acquired them.
Is jabber a server or a client? is it open source?
From what I guess, the steps are:
install the j …
0
votes
1answer
23 views
use jabber to implement a chat room feature
Hi,
I have a existing web app and a iphone app for a closed user community. I want to add chat room feature for users to chat with each other.
I don't want to reinvent the wheel …
0
votes
1answer
38 views
XMPP chat sent/received message synchronization
Hi,
Scenario: I am trying to develop a web site which features a chat widget. I am using ASP.NET, C#, agsXMPP library as my tools in achieving this purpose. I use Openfire jabber …
0
votes
3answers
81 views
Who actually uses a full JID ?
When logging in to an XMPP server via smack, I only send the userid/password combination.
Do server components actually use the "resource" parameter in a full JID ?
e.g. ali@some …
1
vote
1answer
30 views
What Jabber/XMPP libraries are available for PyS60 (Python for Symbian S60) interpreter?
I'm interested in developing a XMPP client on the mobile S60 Symbian platform using the Python interpreter PyS60. I've done a search on Google for possible libraries, but turned up …
0
votes
1answer
90 views
Which users are currently connected to an Openfire Jabber server?
I have got an Openfire Jabber server with in excess of 75,000 users listed. Of those, 150 or more can be online at any one time.
Is there anywhere that I can collect the JIDs (us …
0
votes
0answers
123 views
bidirectional google wave jabber gateway for google talk or ichat
Hello,
I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google …
0
votes
2answers
215 views
Smack api and Java
I am using Tapestry 5, Smack api 3.1.0.
I have established a connection and am able to communicate with a user through the xmpp server but the replies i get are sent to the standa …
1
vote
2answers
104 views
XMPP programming use erlang or java?
I'm interested to hear feedback from a guru out there. If you are a java programmer, I'm sure you are familiar with openfire, while erlang programmers are familiar with ejabber. W …
-1
votes
2answers
50 views
How to create a bot for gtalk that search for online help Java?
I have idea that for people who use gtalk especially for developers, how to write a bot that recieve question from one developer and ask other online developers for help based on t …
1
vote
3answers
175 views
Python2.6 xmpp Jabber Error
I am using xmpp with python and I want create a simple client to communicate with a gmail
id.
#!/usr/bin/python
import xmpp
login = 'Your.Login' # @gmail.com
pwd = 'YourPassw …
2
votes
1answer
31 views
Best practice on using GAE with external jabber server?
How to use Java GAE with an external jabber server like Openfire? Any guide?
1
vote
1answer
160 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 p …
0
votes
3answers
125 views
How to check if a server support xmpp protocol?
Hi, I'm looking for a way to check if a server is support xmpp protocol, i.e. xmpp-server is running on this domain.
Maybe special DNS check or something like that?
