XSF Discussion - 2020-04-25


  1. Daniel has joined

  2. bear has joined

  3. emus has left

  4. emus has joined

  5. bear has left

  6. pdurbin has joined

  7. alexis has joined

  8. alexis has left

  9. alexis has joined

  10. karoshi has left

  11. j.r has left

  12. pdurbin has left

  13. arc has left

  14. arc has joined

  15. bear has joined

  16. lskdjf has left

  17. lovetox has left

  18. bear has left

  19. emus has left

  20. Daniel has left

  21. Daniel has joined

  22. bear has joined

  23. alexis has left

  24. alexis has joined

  25. Daniel has left

  26. Daniel has joined

  27. Yagiza has joined

  28. pdurbin has joined

  29. andrey.g has left

  30. arc has left

  31. arc has joined

  32. Daniel has left

  33. Daniel has joined

  34. mukt2 has joined

  35. mukt2 has left

  36. Seve has joined

  37. arc has left

  38. arc has joined

  39. waqas has left

  40. waqas has joined

  41. waqas has left

  42. waqas has joined

  43. mimi89999 has left

  44. mimi89999 has joined

  45. DebXWoody has joined

  46. arc has left

  47. arc has joined

  48. Yagiza has left

  49. Maranda has left

  50. mukt2 has joined

  51. DebXWoody has left

  52. DebXWoody has joined

  53. lovetox has joined

  54. Maranda has joined

  55. waqas has left

  56. pdurbin has left

  57. mukt2 has left

  58. pdurbin has joined

  59. lorddavidiii has joined

  60. goffi has joined

  61. xecks has joined

  62. goffi has left

  63. bear has left

  64. Jeybe has joined

  65. debacle has joined

  66. adiaholic_ has left

  67. adiaholic_ has joined

  68. matkor has left

  69. matkor has joined

  70. bear has joined

  71. Nekit has joined

  72. contrapunctus has left

  73. contrapunctus has joined

  74. Tobias has joined

  75. jubalh has joined

  76. wurstsalat has joined

  77. bear has left

  78. goffi has joined

  79. lovetox has left

  80. karoshi has joined

  81. jubalh has left

  82. winfried has left

  83. winfried has joined

  84. Nekit has left

  85. Nekit has joined

  86. Alex

    I usually update memberlist after every voting in our website repo the same or on the next day. So Git should be the reference

  87. robertooo has joined

  88. Alex has left

  89. Alex has joined

  90. Mikaela has joined

  91. Alex

    But I am a human and can make mistakes 😉

  92. larma has left

  93. Jeybe has left

  94. Jeybe has joined

  95. LNJ has joined

  96. larma has joined

  97. Jeybe has left

  98. Jeybe has joined

  99. adiaholic_ has left

  100. adiaholic_ has joined

  101. Kev has joined

  102. Tobias has left

  103. Tobias has joined

  104. bear has joined

  105. lorddavidiii has left

  106. lorddavidiii has joined

  107. Jeybe has left

  108. Jeybe has joined

  109. bear has left

  110. flow

    Alex, sure, no worries

  111. Jeybe has left

  112. Jeybe has joined

  113. adiaholic_ has left

  114. Jeybe has left

  115. Jeybe has joined

  116. Alex

    flow: nur in mailman, müsste schauen ob es dort einen export gibt

  117. Max has left

  118. Max has joined

  119. Jeybe has left

  120. Jeybe has joined

  121. Guus has left

  122. Guus has joined

  123. adiaholic_ has joined

  124. krauq has left

  125. DebXWoody has left

  126. krauq has joined

  127. krauq has left

  128. Jeybe has left

  129. Jeybe has joined

  130. DebXWoody has joined

  131. adiaholic_ has left

  132. adiaholic_ has joined

  133. krauq has joined

  134. Jeybe has left

  135. Jeybe has joined

  136. bear has joined

  137. Dan has joined

  138. Max has left

  139. Dan has left

  140. Jeybe has left

  141. Jeybe has joined

  142. gaurav has joined

  143. gaurav

    can anyone help me with this .https://stackoverflow.com/questions/61341657/ssl-tls-required-by-server-but-disabled-in-client

  144. lovetox has joined

  145. Max has joined

  146. emus has joined

  147. Daniel

    Maybe ask the actual question instead of linking to it

  148. gaurav has left

  149. bear has left

  150. contrapunctus has left

  151. Jeybe has left

  152. Jeybe has joined

  153. Jeybe has left

  154. Jeybe has joined

  155. Neustradamus

    gaurav: TIme to change of XMPP client!

  156. lskdjf has joined

  157. debacle has left

  158. Jeybe has left

  159. Jeybe has joined

  160. j.r has joined

  161. Jeybe has left

  162. Jeybe has joined

  163. Jeybe has left

  164. Jeybe has joined

  165. Jeybe has left

  166. Jeybe has joined

  167. Jeybe has left

  168. Jeybe has joined

  169. andy has joined

  170. vanitasvitae has left

  171. jubalh has joined

  172. bear has joined

  173. Jeybe has left

  174. Jeybe has joined

  175. Jeybe has left

  176. Jeybe has joined

  177. Jeybe has left

  178. Jeybe has joined

  179. bear has left

  180. gaurav has joined

  181. jubalh has left

  182. gaurav

    I am building a chat application using smack and prosody xmpp server hosted on digital ocean so cuurently i am facing issue when i am logging in my app,but teh same credentials work on other popular xmpp clients. I have made my own cert,key and conf file in my server. I am getting the same error again and again

  183. gaurav

    getting this error 2020-04-21 16:03:40.988 15114-15153/ E/app1: SSL/TLS required by server but disabled in client 2020-04-21 16:03:40.992 15114-15178/ E/xmpp: cononection closed on errorSSL/TLS required by server but disabled in client

  184. gaurav

    I have tried all the solutions available changed the port,added my cert file as pem file but that didnt go through used a keystore but no luck.

  185. gaurav

    My code:

  186. gaurav

    AbstractXMPPConnection mConnection; ConnectionListener connectionListener = new ConnectionListener() { @Override public void connected(XMPPConnection xmppConnection) { Log.e("xmpp", "connected"); try { SASLAuthentication.registerSASLMechanism(new SASLMechanism() { @Override protected void authenticateInternal(CallbackHandler callbackHandler) throws SmackException { } @Override protected byte[] getAuthenticationText() throws SmackException { byte[] authcid = toBytes('\u0000' + this.authenticationId); byte[] passw = toBytes('\u0000' + this.password); return ByteUtils.concact(authcid, passw); } @Override public String getName() { return "PLAIN"; } @Override public int getPriority() { return 410; } @Override public void checkIfSuccessfulOrThrow() throws SmackException { } @Override protected SASLMechanism newInstance() { return this; } }); mConnection.login(); } catch (XMPPException e) { runOnUiThread(new Runnable() { @Override public void run() { Toast.makeText(SplashScreenActivity.this, "Incorrect username or password", Toast.LENGTH_LONG).show(); } }); Log.e("app",e.getMessage()); } catch (SmackException e) { Log.e("app",e.getMessage()); } catch (IOException e) { Log.e("app",e.getMessage()); } catch (InterruptedException e) { Log.e("app",e.getMessage()); } } @Override public void authenticated(XMPPConnection xmppConnection, boolean b) { Log.e("xmpp", "authenticated"); runOnUiThread(new Runnable() { @Override public void run() { Toast.makeText(SplashScreenActivity.this,"Logged in successfully...",Toast.LENGTH_LONG ).show(); } }); } @Override public void connectionClosed() { Log.e("xmpp", "connection closed"); } @Override public void connectionClosedOnError(Exception e) { Log.e("xmpp", "cononection closed on error" + e.getMessage()); } }; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_splash_screen);= new Connect().execute(""); } class Connect extends AsyncTask<String, Void, Void> { @Override protected Void doInBackground(String... params) { AndroidUsingLinkProperties.setup(getApplicationContext()); String HOST = "myip"; DomainBareJid serviceName = null; InetAddress addr = null; try { serviceName = JidCreate.domainBareFrom("myip"); addr = InetAddress.getByName(HOST); XMPPTCPConnectionConfiguration config = null; XMPPTCPConnectionConfiguration.Builder builder = XMPPTCPConnectionConfiguration.builder(); builder.setServiceName(serviceName) .setHost(HOST) .setHostAddress(addr) .setPort(5222) .setHostnameVerifier(new HostnameVerifier() { public boolean verify(String hostname, SSLSession session) { return true; } }) .setUsernameAndPassword("myusename", "qwerty123") .setSecurityMode(ConnectionConfiguration.SecurityMode.disabled); XMPPTCPConnection.setUseStreamManagementResumptiodDefault(true); XMPPTCPConnection.setUseStreamManagementDefault(true); config = builder.build(); mConnection = new XMPPTCPConnection(config); } catch (XmppStringprepException | UnknownHostException e) { e.printStackTrace(); } try { mConnection.setReplyTimeout(10000); mConnection.addConnectionListener(connectionListener); mConnection.connect(); } catch (SmackException e) { Log.e("app1",e.getMessage()); } catch (IOException e) { Log.e("app2",e.getMessage()); } catch (XMPPException e) { Log.e("app3",e.getMessage()); } catch (InterruptedException e) { Log.e("app4",e.getMessage()); } return null; } }

  187. jonas’

    gaurav, this is not a room for development support

  188. jonas’

    also, posting large snippets of code is generally frowned upon

  189. gaurav has left

  190. Jeybe has left

  191. Yagiza has joined

  192. Jeybe has joined

  193. j.r has left

  194. murabito has left

  195. eta has left

  196. eta has joined

  197. mukt2 has joined

  198. andrey.g has joined

  199. Jeybe has left

  200. Jeybe has joined

  201. lovetox frowns at gaurav

  202. Jeybe has left

  203. Jeybe has joined

  204. debacle has joined

  205. Jeybe has left

  206. Jeybe has joined

  207. gaurav has joined

  208. gaurav

    very sorry , but can anyone guide where can i find help on this .

  209. bear has joined

  210. jonas’

    you are using smack, so maybe a smack support forum would be best

  211. jonas’

    I think that’s somewhere here: https://discourse.igniterealtime.org/

  212. Jeybe has left

  213. Jeybe has joined

  214. andy has left

  215. andy has joined

  216. Jeybe has left

  217. Neustradamus

    gaurav: there is the jdev mucroom: xmpp:jdev@muc.xmpp.org?join and for ignite realtime projects: xmpp:open_chat@conference.igniterealtime.org?join

  218. Jeybe has joined

  219. Jeybe has left

  220. Jeybe has joined

  221. j.r has joined

  222. gaurav has left

  223. gaurav has joined

  224. bear has left

  225. j.r has left

  226. !XSF_Martin has left

  227. !XSF_Martin has joined

  228. j.r has joined

  229. !XSF_Martin has left

  230. !XSF_Martin has joined

  231. gaurav has left

  232. Jeybe has left

  233. gaurav has joined

  234. xsf has left

  235. arc has left

  236. arc has joined

  237. arc has left

  238. arc has joined

  239. bear has joined

  240. Jeybe has joined

  241. bear has left

  242. Jeybe has left

  243. Jeybe has joined

  244. Neustradamus has left

  245. Neustradamus has joined

  246. govanify has left

  247. Jeybe has left

  248. Jeybe has joined

  249. jonas’

    I made a thing: https://observe.jabber.network/ Feedback and other requests welcome. also announced in more detail on the operators@ mailing list

  250. mukt2 has left

  251. mukt2 has joined

  252. Jeybe has left

  253. Jeybe has joined

  254. Ge0rG

    Nice how nobody complains about the "accept all certificates" part.

  255. Jeybe

    Sound nice jonas’

  256. Jeybe

    Sounds nice jonas’

  257. jonas’

    Ge0rG, I guess it’s irrelevant in the context of ConnectionConfiguration.SecurityMode.disabled

  258. LNJ has left

  259. krauq has left

  260. LNJ has joined

  261. Jeybe has left

  262. Jeybe has joined

  263. krauq has joined

  264. pdurbin has left

  265. Jeybe has left

  266. Jeybe has joined

  267. bear has joined

  268. Guus

    jonas’: sent you an account in a one-on-one message. Unsure if it arrived due to lack of preexisting subscription.

  269. Jeybe has left

  270. Jeybe has joined

  271. Jeybe has left

  272. Jeybe has joined

  273. Alex has left

  274. Alex has joined

  275. Jeybe has left

  276. Jeybe has joined

  277. Ge0rG

    gaurav: your code will result in a very insecure application where hackers can steal users' passwords and read and manipulate everything they write

  278. bear has left

  279. DebXWoody has left

  280. Jeybe has left

  281. Jeybe has joined

  282. DebXWoody has joined

  283. contrapunctus has joined

  284. contrapunctus has left

  285. contrapunctus has joined

  286. Nekit has left

  287. mukt2 has left

  288. SamWhited has joined

  289. Daniel has left

  290. Daniel has joined

  291. bear has joined

  292. Tobias has left

  293. Tobias has joined

  294. contrapunctus has left

  295. gaurav has left

  296. lovetox has left

  297. lovetox has joined

  298. mukt2 has joined

  299. Jeybe has left

  300. bear has left

  301. Jeybe has joined

  302. adiaholic_ has left

  303. adiaholic_ has joined

  304. vanitasvitae has joined

  305. Jeybe has left

  306. Syndace has left

  307. adiaholic_ has left

  308. adiaholic_ has joined

  309. pdurbin has joined

  310. alexis has left

  311. alexis has joined

  312. andy has left

  313. Syndace has joined

  314. lovetox has left

  315. alexis has left

  316. krauq has left

  317. krauq has joined

  318. bear has joined

  319. pdurbin has left

  320. lovetox has joined

  321. mukt2 has left

  322. arc has left

  323. arc has joined

  324. bear has left

  325. arc has left

  326. arc has joined

  327. j.r has left

  328. lorddavidiii has left

  329. j.r has joined

  330. SamWhited has left

  331. lorddavidiii has joined

  332. Jeybe has joined

  333. mukt2 has joined

  334. andy has joined

  335. alexis has joined

  336. j.r has left

  337. j.r has joined

  338. mukt2 has left

  339. mukt2 has joined

  340. contrapunctus has joined

  341. jubalh has joined

  342. bear has joined

  343. Yagiza has left

  344. lovetox has left

  345. Yagiza has joined

  346. govanify has joined

  347. gaurav has joined

  348. bear has left

  349. gaurav

    Ge0rG i am totally new to this , can you help me understand what i might be doing wrong .

  350. jubalh has left

  351. gaurav has left

  352. mukt2 has left

  353. jubalh has joined

  354. Nekit has joined

  355. mukt2 has joined

  356. arc has left

  357. arc has joined

  358. Jeybe has left

  359. Jeybe has joined

  360. pdurbin has joined

  361. mukt2 has left

  362. bear has joined

  363. arc has left

  364. arc has joined

  365. Jeybe has left

  366. Jeybe has joined

  367. pdurbin has left

  368. j.r has left

  369. j.r has joined

  370. waqas has joined

  371. andy has left

  372. mukt2 has joined

  373. Jeybe has left

  374. Jeybe has joined

  375. Jeybe has left

  376. Jeybe has joined

  377. Nekit has left

  378. andy has joined

  379. Jeybe has left

  380. Jeybe has joined

  381. mukt2 has left

  382. mukt2 has joined

  383. LNJ has left

  384. LNJ has joined

  385. lovetox has joined

  386. j.r has left

  387. govanify has left

  388. govanify has joined

  389. Jeybe has left

  390. Jeybe has joined

  391. j.r has joined

  392. j.r has left

  393. j.r has joined

  394. Jeybe has left

  395. Jeybe has joined

  396. arc has left

  397. arc has joined

  398. mukt2 has left

  399. jubalh has left

  400. mukt2 has joined

  401. j.r has left

  402. waqas has left

  403. mukt2 has left

  404. afrogeek has joined

  405. Maranda has left

  406. afrogeek has left

  407. mukt2 has joined

  408. Max has left

  409. Maranda has joined

  410. alexis has left

  411. Max has joined

  412. pdurbin has joined

  413. pdurbin has left

  414. jubalh has joined

  415. j.r has joined

  416. Yagiza has left

  417. mukt2 has left

  418. mukt2 has joined

  419. jubalh has left

  420. Guus

    Someone here that has access to the tigase.org server?

  421. Guus

    It and the igniterealtime.org server are not playing nice.

  422. adiaholic_ has left

  423. adiaholic_ has joined

  424. debacle has left

  425. Jeybe has left

  426. Jeybe has joined

  427. Jeybe has left

  428. Jeybe has joined

  429. Maranda

    Guus out of curiousity why does igniterealtime.org query the version of each server connecting? :)

  430. Guus

    Maranda: stats

  431. mukt2 has left

  432. mukt2 has joined

  433. adiaholic_ has left

  434. lovetox has left

  435. adiaholic_ has joined

  436. Neustradamus has left

  437. Neustradamus has joined

  438. southerntofu has joined

  439. southerntofu

    hey folks, i just noticed there's 3rd party requests on https://xmpp.org to google and github, thought i'd let you know in case you'd like to do something about it :P

  440. pep.

    southerntofu, I think there's already an issue for this, and I've seen activity on it not so long ago

  441. southerntofu

    thanks pep. have a good day! :)

  442. pep.

    :)

  443. Neustradamus has left

  444. Neustradamus has joined

  445. Dele Olajide has joined

  446. pdurbin has joined

  447. Dele Olajide has left

  448. pdurbin has left

  449. debacle has joined

  450. xsf has joined

  451. Max has left

  452. DebXWoody has left

  453. emus has left

  454. emus has joined

  455. Daniel has left

  456. Daniel has joined

  457. adiaholic_ has left

  458. Jeybe has left

  459. mukt2 has left

  460. alexis has joined

  461. lovetox has joined

  462. matkor has left

  463. matkor has joined

  464. Daniel has left

  465. Daniel has joined

  466. arc has left

  467. arc has joined

  468. mukt2 has joined

  469. Max has joined

  470. waqas has joined

  471. rion has left

  472. rion has joined

  473. Daniel has left

  474. Daniel has joined

  475. robertooo has left

  476. edhelas has left

  477. edhelas has joined

  478. andy has left

  479. luletibbe has joined

  480. waqas has left

  481. luletibbe has left

  482. david has left

  483. Lainux has joined

  484. andy has joined

  485. goffi has left

  486. xecks has left

  487. andrey.g has left

  488. Daniel has left

  489. Nekit has joined

  490. Daniel has joined

  491. rion has left

  492. rion has joined

  493. Yuyo has joined

  494. Mikaela has left

  495. arc has left

  496. arc has joined

  497. mukt2 has left

  498. Yuyo has left

  499. mukt2 has joined

  500. david has joined

  501. lorddavidiii has left

  502. bear has left

  503. Jeybe has joined

  504. Tobias has left

  505. pdurbin has joined

  506. andy has left

  507. Jeybe has left

  508. Jeybe has joined

  509. winfried has left

  510. winfried has joined

  511. Jeybe has left

  512. Jeybe has joined

  513. mukt2 has left

  514. Jeybe has left

  515. Jeybe has joined

  516. pdurbin has left

  517. mukt2 has joined

  518. Jeybe has left

  519. mukt2 has left

  520. bear has joined

  521. mukt2 has joined

  522. LNJ has left

  523. lovetox has left

  524. Lainux has left

  525. bear has left

  526. Dele Olajide has joined

  527. Dele Olajide has left

  528. Dele Olajide has joined

  529. mukt2 has left

  530. Dele Olajide has left

  531. wurstsalat has left

  532. mukt2 has joined

  533. moparisthebest has left

  534. moparisthebest has joined

  535. debacle has left

  536. karoshi has left