Johnny Luo
Results
2
issues of
Johnny Luo
At `XmppPrebind` class 450 line: ```php $challengeResponse = $this->send($domDocument->saveXML()); return $this->replyToChallengeResponse($challengeResponse); ``` which meaning to reply xmpp server when SASL authenticate success. but at [official document](https://xmpp.org/extensions/xep-0206.html) i haven't see this...
In my current development work, I have a requirement to load a Mapbox Style using OpenLayers. However, after loading the map, I found that image-based line patterns are not supported....