0
votes
2answers
30 views
IM service using Google App Engine
Hi,
I want to implement a web-based IM service on the lines Meebo. Might sound ambitious but that adds to the fun of it.
My research suggests XMPP would be a good protocol for th …
1
vote
2answers
91 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 …
0
votes
0answers
20 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 …
1
vote
1answer
94 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 …
1
vote
2answers
26 views
understanding the term “extension” ,”component” and “plugin” in xmpp?
can anyone explain the different "extension" ,"component" and "plugin" in xmpp?
1
vote
1answer
133 views
XMPP web client for commercial web application
I have the task of choosing an XMPP server/client solution for an internal web application. The goal is for employees to be able to utilize it via desktop client or the web applic …
0
votes
2answers
34 views
Create ejabberd user from PHP
I need to create an ejabberd user from a PHP script. I also need to be able to add the new user to a predefined shared roster.
Should I just call ejabberdctl using exec() or is t …
2
votes
1answer
31 views
implementing GAE XMPP service as an external component to an existing XMPP server (e.g. ejabberd or OpenFire)
may i know what integration technique that you folks use to implement external component to an existing XMPP server (e.g. ejabberd or OpenFire) . Is it through sending xmpp messag …
2
votes
1answer
24 views
Best practice on using GAE with external jabber server?
How to use Java GAE with an external jabber server like Openfire? Any guide?
0
votes
1answer
47 views
SMTP and XMPP deployment/workflow
I'm developing a website that incorporates an XMPP bot and a custom SMTP server (mainly these services process commands and reply). I'd like to set up a system where I can develop …
1
vote
2answers
31 views
best way to analyze xml stanza from xmpp
i get stream of xml stanza from log. i want to understand the flow , currently what i can think of is get the spec from xmpp.org protocol and try to understanding each line. Is the …
1
vote
1answer
41 views
pubsub publish to node success, retrieve from node fail
Below showed i suggest published to node call "ghost2"
iq id="kB8dk-0" to="computer/2c10ee6b" type="result"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>admi …
0
votes
2answers
74 views
differences between smack, tinder and whack
Can anyone tell me what the differences are between smack, tinder and whack?
Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
1
vote
1answer
26 views
xmpp pubsub understanding
The subscriber will only receive content from the moment he is subscripting to a node and all old content published by publisher will not be received by subscriber. Is this correc …
0
votes
0answers
37 views
What is the Best way to host a Xmpp Server ? [closed]
What is the best way to host a dedicated Xmpp server, looking for something that is applicable for testing a product in beta around 200-300 users .
Was also wondering whether Medi …
