2
votes
1answer
45 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
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
2answers
109 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
vote
2answers
31 views
understanding the term “extension” ,”component” and “plugin” in xmpp?
can anyone explain the different "extension" ,"component" and "plugin" in xmpp?
1
vote
2answers
38 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
46 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 …
1
vote
1answer
60 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 …
1
vote
1answer
220 views
Import users through xml in openfire admin console.
Hi,
I have Openfire 3.6.3 installed on my server.
When it try to import users through admin panel its generating an error
The import file does not match the user schema.
My sam …
1
vote
2answers
169 views
Encryption of password
i just wanna ask what does the openfire use to encrypt passowrd? md5? or wat? =)
1
vote
2answers
266 views
C# Client to Client Messaging
I will try and explain exactly what I want to achieve first.
Imagine two users are using a windows forms application, when User A opens a particular form a lock is applied to the …
1
vote
1answer
123 views
Can we delay responding to a XMPP presence subscription ?
I am using a PacketListener to receive XMPP packets.
If I receive the following:
<presence from="jeanne@belle.com" to="betty@belle.com" type="subscribe"/>
is the XMPP ser …
1
vote
0answers
164 views
Openfire3.6.3 unable to connect to yahoo gateways
Hi,
I am newbie as far as openfire is concerned.
I want every user whether its on gtalk, yahoo, MSN to contact to my server but right now only gtalk users are able to connect and …
1
vote
2answers
284 views
Message delivery when user is offline
I have a plugin for OpenFire that creates and delivers a message to a user using
XMPPServer.getInstance().getMessageRouter().route(message)
What I would like to know is what hap …
1
vote
2answers
1k views
Jabber Openfire server v3.6.0a+ - how do I use Hybrid authentication?
I'm setting up a Jabber server for my website. I've already got some user accounts in place in the openfire database, and working IMs between them.
I'm now looking to add (some) …
0
votes
1answer
40 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 …
