Giving up GitHub
Giving up GitHub
If you insist on two, then I'll add both of them. P.S. I'm using monocles and it's not specifc to or locked its network. monocles _is surely_ branded, along with...
Friends, please make up yor mind and pick a [client](https://search.f-droid.org/?q=xmpp&lang=en). Pull request #32 is _ready_ and now I'm waiting for your input. * You might want to consider andother fork...
1) Bruno stays. 2) I also don't recommend on Xabber, but it was the first XMPP client to offer ease of use. 3) For this PR, please select one client....
On Sat, 21 May 2022 20:07:56 -0700 Pirate Praveen Arimbrathodiyil ***@***.***> wrote: > Since the list is arbitrary and biased, just take what you want. > Alright, I'll revert back...
Shall we close this ticket in favour of #34?
1. What does "user story" mean? 2. I think this button is useful, because I might not want to have him on my roster. There is an XMPP contributor who...
@Echolon I need help in design. ## Problem I can add a great amount of apps for each platform, which is what I'm going to do. There are two problems:...
> I think is to evaluate the compliance level via doaps Great idea. Thank you @Echolon I'll keep it at that, because I know how to approach the proposed design...
Focusing on [yaxim](https://github.com/xsf/xmpp.org/blob/master/data/clients.json#L766)yaxim [yaxim.rdf.xml](https://yaxim.org/doap/yaxim.rdf.xml) ``` yaxim yet another XMPP instant messenger yaxim is an Android XMPP/Jabber client with a clean user interface and open source (GPLv3). Java Android ``` I...
Don't we want to do the querying of XML files on client-side? I was thinking of using `document.evaluate` ``` QUERY = '//name' document.evaluate( QUERY, document, null, XPathResult.STRING_TYPE); count = count.stringValue;...