Open GoogleCodeExporter opened 9 years ago
Oh yeah im using the code from SVN.
Original comment by 173turn...@googlemail.com
on 22 May 2009 at 11:05
I had the same issue, just add curl extension (php5-curl) and able encriptation.
Original comment by rodrigoe...@gmail.com
on 22 Sep 2009 at 7:05
same problem for me
Original comment by vodemo1....@gmail.com
on 4 Mar 2010 at 8:07
so did i
Original comment by i...@live.com
on 25 Feb 2011 at 9:34
I have exactly the same problem, is there any solution?
Original comment by i...@novatrend.ch
on 3 Mar 2011 at 10:39
just tried to use xmpphp to connect to gtalk (with google apps account) and
encountered the same problem. any solution?
Paket: libapache2-mod-php5
Zustand: Installiert
Automatisch installiert: nein
Version: 5.3.3-7+squeeze8
Linux toliman 2.6.32.27_INGATE_v #5 SMP Mon Feb 14 04:25:37 CET 2011 x86_64
GNU/Linux
Original comment by mich...@mimeit.de
on 9 Mar 2012 at 5:54
The default implementation of XMPPHP_XMPP uses PLAIN as mechanism (see xmpp.php
inside the features_handler method).
Your XMPP server may not support the PLAIN mechanism: e.g. if been using
prosody that only knows SCRAM-SHA-1 and DIGEST-MD5. You get the supported
mechanism before attempting to authenticate, in your case:
<mechanism>X-GOOGLE-TOKEN</mechanism></mechanisms></stream:features>
If you want to use another mechanism (or have to use another mechanism) you
need to modify the XMPP.php file.
For the DIGEST-MD5 you can find a patch file at
http://code.google.com/p/xmpphp/issues/detail?id=67&q=md5
Original comment by dragos.a...@gmail.com
on 24 Aug 2012 at 10:56
Original issue reported on code.google.com by
173turn...@googlemail.com
on 22 May 2009 at 11:03