Open GoogleCodeExporter opened 8 years ago
My solution.
Original comment by swa...@gmail.com
on 26 Jan 2009 at 8:52
Attachments:
I confirm that XMLStream::addXPathHandler does not interpret the pattern
iq/{jabber:iq:roster}query properly.
var_dump($xpath_array) yields the following:
array(1) {
[0]=>
array(2) {
[0]=>
string(16) "jabber:iq:roster"
[1]=>
string(5) "query"
}
}
A temporary non-intrusive patch is attached but fixing addXPathHandler would be
the
better approach.
Original comment by lorenz.s...@gmail.com
on 14 Apr 2010 at 9:18
Attachments:
The problem is not solved? Get a list of contacts impossible?
I applied the patch and diff. When you try to call
$ a = $ conn-> roster-> getRoster ();
print_r ($ a);
$ b = $ conn-> getRoster ();
print_r ($ b);
In the first case did not issue at all, in the second empty array: array ()
Original comment by ojelem2...@gmail.com
on 11 Jul 2011 at 12:38
had the same problem with this, have any solution?
Original comment by fbrpit...@gmail.com
on 28 Sep 2011 at 2:03
great, thanks to swa...@gmail.com, thats all working, I trace line per line,
and thats working, thanks :)
Original comment by fbrpit...@gmail.com
on 2 Oct 2011 at 1:40
Really Great!
Many Many Thanks!
Original comment by nishant8...@gmail.com
on 28 Dec 2011 at 3:14
Hey, I have been trying these patches and still can't make it get a Roster. Can
anyone go step-by-step through how to how to fix XMPPPHP and make it grab this
info?
Original comment by JohnGo...@gmail.com
on 21 Mar 2012 at 9:50
can anyone post the solution to get the roster info and message from the xmpp
server?
Original comment by hamsalek...@gmail.com
on 13 Aug 2012 at 10:03
Original issue reported on code.google.com by
swa...@gmail.com
on 26 Jan 2009 at 5:13