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 empty.
I'm hoping that by asking this on SO, I can get a definite answer on whether there is actually an existing library that I just hadn't had the luck to...
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 server for XMPP server.
Problem: When I access the widget on the website and start chatting, I send a message with message type "chat" and thread set. I recei...
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. Is it a good choice to use jabber on the backend to handle chats/chatroom? If yes, can you point me to some tutorials?
My users won't need to know anythi...
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 jabber server on your server
for a web application, creating a interface that will insert/select messages from the jabber server. I'm guessing communication wi...
I would like to use gtalk or any other messenger in my application but i don't know how to do this.can u please give me idea about how to solve this one.if u can provide me some web link to know more about this.
...
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 time (i.e. 23.5/7), are there some specific arguments for or against using one of these languages? (e.g. not "$x sucks", but "$y has good ...
Online chat is deceptively difficult due to the stateless nature of http and the web in general, causing such hurdles as session timeouts, users opening multiple windows and different accounts being signed in on one browser window. There is also the problem of users closing the browser window and logging out and such things, which make d...
Currently I created the chating application which is windows application(c#).
I created basic Client version which help of jabber net which internally uses XMPP protocol and openfire server.Now I had to implement File Transfer between two users in jabber net.
I have searched lot but there no solution for this aproach in c#
...
What are your experiences with Python Jabber / XMPP client libraries?
What do you recommend?
...
I need to create a silverlight chat application.
I know that there is a library called Japper-net
but it only works for .NET applcations and not for silverlight.
My question is: Is there any free XMPP/Jabber client library for Silverlight?
...
I would like to create my own chat client for facebook IM in Android. I created xmpp jabber protocol in java but i dont know the host name and port number of Facebook IM server. Can any one let me know the Facebook's IM server host name and port number to communicate.
...
Hi,
I am working on a social network that should allow members to chat with visitors on the site. The concept is simple.
Users who have registered signup get their own account with rosters
When a visitor comes to the home page of the social network, he can see some of the online members of the community
Now he should be able to initia...
Hi,
I want to delete a chat account and at the same time :
Delete his roster
Delete him from all of his friends rosters
How can i do this?
I have tried the various options of ejabberdctl. I can unregister a user, and even purge his roster, but i cant find a way to remove him from other rosters.
PS : All my users are currently on o...
Are there any fancy (ajaxy) chat clients that connect to a jabber server?
Something that pings the server, and displays it on a web page with updates etc.
...
I'm looking for a free or inexpensive solution to give live online support to web visitors. I would like something based on Jabber/XMPP because it's an open protocol.
This should work like this:
The company would use 2-3 jabber accounts like Google Talk for providing support
Online chat form that would connect to one of currently onl...
Hi,
I would like to create a non-anoymous room (muc) in Jabber (Ejabberd). I can create an anonymous room, but how can i make it non-anonymous?
I have read http://xmpp.org/extensions/xep-0045.html but they only describe what non-anonymous rooms, not how to create it.
I want the members to see each other's normal JIDs as opposed to con...
Hi!
I am looking for xmpp / jabber protocol implementation for Delphi 7. IP*WORKS! is one of solutions, but it is expensive. I saw Any complete library for Jabber in Delphi? question and JOPL was the answer, but it is not for Delphi 7. What do you use for Jabber and Delphi 7?
...
Our team is growing, but we're also growing specialized. We've already been using ticketing/bug tracking/case management software for years--as well as IM clients informally--but as another engineer and I were discussing, it'd be nice to have an IRC-like communication system. Basically, it'd be nice to have logs of discussions, as well a...
Basically im trying to build a bot that can send a message using one of many accounts out to a user and be able to receive messages to that account it originally used process and do whatever I need it to do. So far I found the JAXL library (http://code.google.com/p/jaxl/) but based on examples it is only able to handle one user at a time...
Hi all,
I have implemented an application which supports text chat. Now I want to implement voice chat and later video chat in it, but I have less time provided by client :(
So I am planning to go for some open source code in cocoa, which I can use and easily in-corporate in my application.
After analysis over net I found that Jabber ...